summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-04-22 14:22:39 +0000
committeragc <agc@pkgsrc.org>1998-04-22 14:22:39 +0000
commit1f4495b33e4a8e2f4279f07f1dc90e949537c6bd (patch)
tree1fa1007997976767bf1737186cbaead81fd8476f /net/kdenetwork
parentff3e48e78cd4eedbe7651bdd59c94a81ab8c9cd5 (diff)
downloadpkgsrc-1f4495b33e4a8e2f4279f07f1dc90e949537c6bd.tar.gz
Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
Diffstat (limited to 'net/kdenetwork')
-rw-r--r--net/kdenetwork/Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index fad9d073976..7eb75e68435 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:29 frueauf Exp $
+# $NetBSD: Makefile,v 1.9 1998/04/22 14:22:47 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -14,17 +14,12 @@ MAINTAINER= packages@netbsd.org
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \
${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
-LIB_DEPENDS= qt.1.3[0-9]:${PORTSDIR}/x11/qt \
- gif.[23].:${PORTSDIR}/graphics/giflib \
- jpeg.[67].:${PORTSDIR}/graphics/jpeg \
- mimelib.1.:${PORTSDIR}/converters/kdesupport \
- uu.1.:${PORTSDIR}/converters/uulib \
- kdecore.0.9[0-9]:${PORTSDIR}/x11/kdelibs \
- kdeui.0.9[0-9]:${PORTSDIR}/x11/kdelibs \
- jscript.0.9[0-9]:${PORTSDIR}/x11/kdelibs \
- khtmlw.0.9[0-9]:${PORTSDIR}/x11/kdelibs \
- kfm.0.9[0-9]:${PORTSDIR}/x11/kdelibs \
- mediatool.0.9[0-9]:${PORTSDIR}/x11/kdelibs
+DEPENDS+= jpeg-6a:../../graphics/jpeg
+DEPENDS+= qt-1.33:../../x11/qt
+DEPENDS+= uulib-0.5.13:../../converters/uulib
+DEPENDS+= kdelibs-3.1b:../../x11/kdelibs
+DEPENDS+= giflib-3.0:../../graphics/giflib
+DEPENDS+= kdesupport-3.1b:../../converters/kdesupport
RUN_DEPENDS= kappfinder:${PORTSDIR}/x11/kdebase
USE_X11= yes