summaryrefslogtreecommitdiff
path: root/graphics/gimp-current
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-06-30 10:04:46 +0000
committeragc <agc@pkgsrc.org>2000-06-30 10:04:46 +0000
commitd951a0d54f3912eebf30c771ca112dea66e8bb7e (patch)
tree95bda78b9cc67d9eb423003a92ffd082f193791e /graphics/gimp-current
parent1881d3df91dc350bff14b275760b48458b9e7c66 (diff)
downloadpkgsrc-d951a0d54f3912eebf30c771ca112dea66e8bb7e.tar.gz
Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
Diffstat (limited to 'graphics/gimp-current')
-rw-r--r--graphics/gimp-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile
index c5135a829e3..0d322d56415 100644
--- a/graphics/gimp-current/Makefile
+++ b/graphics/gimp-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/06/25 01:06:20 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2000/06/30 10:04:46 agc Exp $
DISTNAME= gimp-1.1.18
CATEGORIES= graphics
@@ -22,7 +22,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} \
+CONFIGURE_ARGS+= --with-gtk-prefix=${X11PREFIX} \
--disable-perl \
--disable-python
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" INTLLIBS="-lintl" \