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/gimp-current/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/gimp-current/Makefile')
-rw-r--r-- | graphics/gimp-current/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index 6cee6ede595..a8557d6dea3 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/07/31 04:14:07 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2000/08/23 23:14:28 tron Exp $ DISTNAME= gimp-1.1.24 CATEGORIES= graphics @@ -16,13 +16,13 @@ DEPENDS+= gtk+>=1.2.7:../../x11/gtk DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= xpm-3.4k:../../graphics/xpm -USE_X11BASE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes +USE_X11BASE= YES +USE_XPM= YES +USE_GMAKE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -GNU_CONFIGURE= yes +GNU_CONFIGURE= YES EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" \ --disable-perl \ |