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/xpaint/Makefile | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index e64b7329efc..852c803255d 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/05/15 02:32:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.23 2000/08/23 23:14:28 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp # @@ -10,12 +10,12 @@ MASTER_SITES= http://home.worldonline.dk/~torsten/xpaint/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://home.worldonline.dk/~torsten/xpaint/ -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png -USE_IMAKE= yes +USE_IMAKE= YES +USE_XPM= YES pre-configure: @${SED} -e 's|\$${LOCALBASE}|'${LOCALBASE}'|g' \ |