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 | |
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')
-rw-r--r-- | graphics/gimp/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 19756ffb3c7..6be60a88a44 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2000/08/15 23:13:59 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2000/08/23 23:14:27 tron Exp $ DISTNAME= gimp-1.0.4 CATEGORIES= graphics @@ -17,17 +17,17 @@ DEPENDS+= gtk+-1.2.*:../../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 GIMP_DATA= gimp-data-extras-1.0.0 .ifndef DISPLAY -IS_INTERACTIVE= yes +IS_INTERACTIVE= YES .endif -USE_X11BASE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes +USE_X11BASE= YES +USE_XPM= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" |