diff options
author | asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
commit | 8a7e60c34586bb5267b5568f4aaf008466293240 (patch) | |
tree | 0eb60edc356664a1c6e82fcb4123098fa93c8c33 /net/kdenetwork2 | |
parent | f76f8647163274d25404da963254d945f45f725a (diff) | |
download | FreeBSD-ports-8a7e60c34586bb5267b5568f4aaf008466293240.zip FreeBSD-ports-8a7e60c34586bb5267b5568f4aaf008466293240.tar.gz |
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
Diffstat (limited to 'net/kdenetwork2')
-rw-r--r-- | net/kdenetwork2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index 19e90fc..10b1786 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.16 1998/07/23 20:52:02 se Exp $ +# $Id: Makefile,v 1.17 1998/08/07 23:56:42 asami Exp $ # DISTNAME= kdenetwork-1.0 @@ -13,10 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 \ - ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ - gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ +BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ uu\\.1\\.:${PORTSDIR}/converters/uulib \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ @@ -27,6 +25,7 @@ LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ mimelib\\.1\\.[0-9]:${PORTSDIR}/converters/kdesupport +USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ "--with-extra-includes=$(PREFIX)/include/giflib" |