diff options
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 19e90fcd92a6..10b17868fb3a 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/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" |