diff options
author | asami <asami@FreeBSD.org> | 1998-08-12 14:29:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-12 14:29:36 +0800 |
commit | 8a7e60c34586bb5267b5568f4aaf008466293240 (patch) | |
tree | 0eb60edc356664a1c6e82fcb4123098fa93c8c33 /devel/mico | |
parent | f76f8647163274d25404da963254d945f45f725a (diff) | |
download | freebsd-ports-gnome-8a7e60c34586bb5267b5568f4aaf008466293240.tar.gz freebsd-ports-gnome-8a7e60c34586bb5267b5568f4aaf008466293240.tar.zst freebsd-ports-gnome-8a7e60c34586bb5267b5568f4aaf008466293240.zip |
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 6 |
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 |