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 /x11/fvwm1 | |
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 'x11/fvwm1')
-rw-r--r-- | x11/fvwm1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fvwm1/Makefile b/x11/fvwm1/Makefile index 68a23fd1a2f..43c095f93ad 100644 --- a/x11/fvwm1/Makefile +++ b/x11/fvwm1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:53 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:49 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ MAINTAINER= cjs@netbsd.org -LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm +DEPENDS+= xpm-3.4j:../../graphics/xpm RUN_DEPENDS= xpmroot:${PORTSDIR}/x11/xpmroot USE_IMAKE= yes |