summaryrefslogtreecommitdiff
path: root/net/kdenetwork11
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 /net/kdenetwork11
parentFix Version-required comment. (diff)
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
Notes
Notes: svn path=/head/; revision=12469
Diffstat (limited to 'net/kdenetwork11')
-rw-r--r--net/kdenetwork11/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile
index 19e90fcd92a6..10b17868fb3a 100644
--- a/net/kdenetwork11/Makefile
+++ b/net/kdenetwork11/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"