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 /graphics/xart | |
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 'graphics/xart')
-rw-r--r-- | graphics/xart/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index 271947a0ffb..d4f5c8930de 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/04/21 00:46:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1998/04/22 14:22:43 agc Exp $ # DISTNAME= xart19980415 @@ -9,10 +9,10 @@ EXTRACT_SUFX= .tgz 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+= jpeg-6a:../../graphics/jpeg +DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= xpm-3.4j:../../graphics/xpm +DEPENDS+= png-0.96:../../graphics/png WRKSRC= ${WRKDIR}/19980415 USE_IMAKE= yes |