diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /graphics/xart | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'graphics/xart')
-rw-r--r-- | graphics/xart/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index cbe0cb57250..d28c051ce2a 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/03/21 22:40:55 tron Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/23 23:14:27 tron Exp $ # DISTNAME= xart19980415 @@ -12,11 +12,12 @@ HOMEPAGE= http://www.cqi.com/~humbubba/linux.html DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= png>=1.0.6:../../graphics/png +USE_IMAKE= YES +USE_XPM= YES + WRKSRC= ${WRKDIR}/19980415 -USE_IMAKE= yes post-extract: ${FIND} ${WRKSRC} -type d -print | xargs ${CHMOD} 755 |