diff options
author | agc <agc> | 1998-04-22 14:22:39 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-22 14:22:39 +0000 |
commit | f1bcd13af0b492a2735cd396673840a639565f8d (patch) | |
tree | 1fa1007997976767bf1737186cbaead81fd8476f /net | |
parent | e09c1537bf733bbc3a53f925aeeaca53451caeed (diff) | |
download | pkgsrc-f1bcd13af0b492a2735cd396673840a639565f8d.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')
-rw-r--r-- | net/kdenetwork/Makefile | 19 | ||||
-rw-r--r-- | net/ncftp2/Makefile | 4 | ||||
-rw-r--r-- | net/scotty/Makefile | 4 |
3 files changed, 11 insertions, 16 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 diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile index 61bfb562057..4af1bca40ff 100644 --- a/net/ncftp2/Makefile +++ b/net/ncftp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:30 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/22 14:22:47 agc Exp $ # FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ MAINTAINER= packages@netbsd.org -LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses +DEPENDS+= ncurses-1.9.9g:../../devel/ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-readline diff --git a/net/scotty/Makefile b/net/scotty/Makefile index c6688b9759c..70462113161 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:30 frueauf Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/22 14:22:47 agc Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= packages@netbsd.org -LIB_DEPENDS= tk80.1.:${PORTSDIR}/x11/tk80 +DEPENDS+= tk-8.0p2:../../x11/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ |