diff options
author | agc <agc> | 1998-04-22 14:22:39 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-22 14:22:39 +0000 |
commit | d2460b9fd7541b962dded99da55174aa350b543a (patch) | |
tree | 1fa1007997976767bf1737186cbaead81fd8476f /graphics/xpaint | |
parent | 85e71b358f29ed1f1eeef26ae6d1033c54e4217f (diff) | |
download | pkgsrc-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 'graphics/xpaint')
-rw-r--r-- | graphics/xpaint/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 436e0cb9ceb..7e77c484707 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/22 14:22:44 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp # @@ -8,10 +8,10 @@ MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/ MAINTAINER= packages@netbsd.org -LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \ - tiff.3.:${PORTSDIR}/graphics/tiff \ - Xpm.4.:${PORTSDIR}/graphics/xpm \ - png.0.:${PORTSDIR}/graphics/png +DEPENDS+= xpm-3.4j:../../graphics/xpm +DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= jpeg-6a:../../graphics/jpeg +DEPENDS+= png-0.96:../../graphics/png WRKSRC= ${WRKDIR}/xpaint USE_IMAKE= yes |