From e112ddadbcda798a5b060a8870f77b692adeab5a Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 31 Oct 1998 21:36:11 +0000 Subject: 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? --- devel/mico/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'devel/mico/Makefile') 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 # -# $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 -- cgit v1.2.3