aboutsummaryrefslogtreecommitdiff
path: root/devel/mico
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-12 06:29:36 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-12 06:29:36 +0000
commit65edaaa1f5cfb9af7b384788fefd39044f26fc07 (patch)
tree080a5bd8fdcd58d9ce8984e5662f2f2cdf79265d /devel/mico
parent1596221df99f5031117eaee27e868532becd0048 (diff)
Notes
Diffstat (limited to 'devel/mico')
-rw-r--r--devel/mico/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index 6b8e073a1a4c..9d56cd05ed7c 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.1.1.1 1998/07/04 20:41:51 steve Exp $
+# $Id: Makefile,v 1.2 1998/08/07 23:56:16 asami Exp $
#
DISTNAME= mico-2.0.6
@@ -12,8 +12,7 @@ MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/
MAINTAINER= Nakai@technologist.com
-BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt
-LIB_DEPENDS= gtk\\.1\\.0:${PORTSDIR}/x11-toolkits/gtk
+LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk
WRKSRC= ${WRKDIR}/mico
@@ -21,6 +20,7 @@ CONFIGURE_ARGS= --with-qt=${X11BASE}/include/X11/qt \
--with-gtk=${X11BASE}/include/gtk --with-tcl=/usr/include \
--disable-optimize
+USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes