From d2460b9fd7541b962dded99da55174aa350b543a Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 22 Apr 1998 14:22:39 +0000 Subject: 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. --- x11/kdelibs/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11/kdelibs') 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 -- cgit v1.2.3