diff options
author | agc <agc@pkgsrc.org> | 2000-06-30 10:04:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-06-30 10:04:46 +0000 |
commit | d951a0d54f3912eebf30c771ca112dea66e8bb7e (patch) | |
tree | 95bda78b9cc67d9eb423003a92ffd082f193791e /graphics/gimp | |
parent | 1881d3df91dc350bff14b275760b48458b9e7c66 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 75f324125f6..e4bad7a8b7a 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2000/06/01 11:23:29 rh Exp $ +# $NetBSD: Makefile,v 1.52 2000/06/30 10:04:47 agc Exp $ DISTNAME= gimp-1.0.4 CATEGORIES= graphics @@ -28,7 +28,7 @@ USE_X11BASE= yes USE_GMAKE= yes USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} +CONFIGURE_ARGS+= --with-gtk-prefix=${X11PREFIX} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" INFO_FILES= pdb.info |