diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-11-01 05:36:11 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-11-01 05:36:11 +0800 |
commit | bb78b7c24aac3c6213fc5383e9600283d56d52d7 (patch) | |
tree | 02196ec58df98628a1591f490ff80d97f4ab82f1 /devel | |
parent | ca1e76cda5925b3ca7b6c2b66a1d5273e586d8fc (diff) | |
download | freebsd-ports-gnome-bb78b7c24aac3c6213fc5383e9600283d56d52d7.tar.gz freebsd-ports-gnome-bb78b7c24aac3c6213fc5383e9600283d56d52d7.tar.zst freebsd-ports-gnome-bb78b7c24aac3c6213fc5383e9600283d56d52d7.zip |
Added dependencies for qt and tcl to be installed
Replaced the --with-tcl=/usr/include with just --with-tcl
Left in BROKEN status...can someone test and let me know if there is
anything else I've overlooked?
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mico/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index b71ce1a5b166..a45b93e464e0 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.9 1998/10/31 04:03:07 scrappy Exp $ +# $Id: Makefile,v 1.10 1998/10/31 09:35:55 asami Exp $ # DISTNAME= mico-2.2.1 @@ -12,7 +12,9 @@ MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/ MAINTAINER= scrappy@freebsd.org -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ + qt.1:${PORTSDIR}/x11-toolkits/qt140 \ + tcl80.1:${PORTSDIR}/lang/tcl80 BROKEN= build @@ -22,7 +24,7 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/mico -CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl=/usr/include \ +CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl \ --disable-optimize --disable-shared MAN1= idl.1 imr.1 nsadmin.1 |