diff options
author | agc <agc@pkgsrc.org> | 1998-04-22 14:22:39 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-22 14:22:39 +0000 |
commit | 1f4495b33e4a8e2f4279f07f1dc90e949537c6bd (patch) | |
tree | 1fa1007997976767bf1737186cbaead81fd8476f /x11/windowmaker | |
parent | ff3e48e78cd4eedbe7651bdd59c94a81ab8c9cd5 (diff) | |
download | pkgsrc-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 'x11/windowmaker')
-rw-r--r-- | x11/windowmaker/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 00c5ec15418..3d96f3ef6e6 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:56 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/22 14:22:50 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/11/04 10:33:43 tg Exp # @@ -10,9 +10,9 @@ MASTER_SITES= http://isolation.ml.org/oxygen/wm/bin/ \ MAINTAINER= handy@physics.montana.edu -LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm \ - png.0.:${PORTSDIR}/graphics/png \ - jpeg.7.:${PORTSDIR}/graphics/jpeg +DEPENDS+= xpm-3.4j:../../graphics/xpm +DEPENDS+= jpeg-6a:../../graphics/jpeg +DEPENDS+= png-0.96:../../graphics/png USE_X11= yes GNU_CONFIGURE= yes |