summaryrefslogtreecommitdiff
path: root/graphics/gimp-current
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-07-11 14:53:35 +0000
committeragc <agc@pkgsrc.org>2000-07-11 14:53:35 +0000
commit4aeac45f89e5a02fffd8d4fe20e8af07012ec4cd (patch)
tree07c067a284dd27eed2ac53c0ec79e856fd2442d9 /graphics/gimp-current
parent2892ff05e14ce39877f3b9724d09c369fa16359e (diff)
downloadpkgsrc-4aeac45f89e5a02fffd8d4fe20e8af07012ec4cd.tar.gz
Make the determination of the pre-req package's installed directory be
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
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 49e5bf664d8..87720e5fe0b 100644
--- a/graphics/gimp-current/Makefile
+++ b/graphics/gimp-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2000/07/10 10:40:40 agc Exp $
+# $NetBSD: Makefile,v 1.20 2000/07/11 14:53:41 agc Exp $
DISTNAME= gimp-1.1.24
CATEGORIES= graphics
@@ -23,7 +23,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-gtk-prefix="`${PKG_INFO} -qp gtk+ | ${AWK} '{print $$2}'`" \
+CONFIGURE_ARGS+= --with-gtk-prefix="`${MAKE} show-gtk+-prefix`" \
--disable-perl \
--disable-python
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" INTLLIBS="-lintl" \