summaryrefslogtreecommitdiff
path: root/x11/kdelibs
diff options
context:
space:
mode:
authoragc <agc>1998-04-22 14:22:39 +0000
committeragc <agc>1998-04-22 14:22:39 +0000
commitd2460b9fd7541b962dded99da55174aa350b543a (patch)
tree1fa1007997976767bf1737186cbaead81fd8476f /x11/kdelibs
parent85e71b358f29ed1f1eeef26ae6d1033c54e4217f (diff)
downloadpkgsrc-d2460b9fd7541b962dded99da55174aa350b543a.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 'x11/kdelibs')
-rw-r--r--x11/kdelibs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index 4dcc83d1bbc..aa59933c27c 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:35 frueauf Exp $
+# $NetBSD: Makefile,v 1.9 1998/04/22 14:22:49 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
@@ -13,9 +13,9 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= packages@netbsd.org
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
-LIB_DEPENDS= qt.1.3[0-9]:${PORTSDIR}/x11/qt \
- gif.[23].:${PORTSDIR}/graphics/giflib \
- jpeg.[67].:${PORTSDIR}/graphics/jpeg
+DEPENDS+= jpeg-6a:../../graphics/jpeg
+DEPENDS+= qt-1.33:../../x11/qt
+DEPENDS+= giflib-3.0:../../graphics/giflib
USE_X11= yes
HAS_CONFIGURE= yes