diff options
-rw-r--r-- | devel/mico/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 9d56cd05ed7..0529e7c161a 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 31 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1998/08/07 23:56:16 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/12 06:29:26 asami Exp $ # DISTNAME= mico-2.0.6 @@ -14,6 +14,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk +BROKEN= gtk and tcl path + WRKSRC= ${WRKDIR}/mico CONFIGURE_ARGS= --with-qt=${X11BASE}/include/X11/qt \ |