diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-22 21:08:15 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-22 21:08:15 +0000 |
commit | 1353706fd84ca46078f3d0c14c2c99d6a6e3fb8b (patch) | |
tree | fc7883adccc3ab9e65e515e123398101bb79a179 /devel | |
parent | e33b1fa8ae9d4c3e820f881f4b5b5da83d410e73 (diff) | |
download | FreeBSD-ports-1353706fd84ca46078f3d0c14c2c99d6a6e3fb8b.zip FreeBSD-ports-1353706fd84ca46078f3d0c14c2c99d6a6e3fb8b.tar.gz |
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mico/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index cdf7829..823dcd5 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.25 1998/11/16 03:25:26 scrappy Exp $ +# $Id: Makefile,v 1.26 1998/12/13 08:46:12 asami Exp $ # DISTNAME= mico-2.2.3 @@ -36,6 +36,7 @@ WRKSRC= ${WRKDIR}/mico CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl \ --disable-optimize --disable-mini-stl +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" MAN1= idl.1 imr.1 nsadmin.1 MAN5= micorc.5 |