summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
committeragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
commit5201e684973709478cd0e0f268310adadacc4284 (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /graphics/gimp
parent9f424e887024bd828f9677f6a93441bdf95c2e6f (diff)
downloadpkgsrc-5201e684973709478cd0e0f268310adadacc4284.tar.gz
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index b7d1f55a8d2..f595f89f437 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/04/15 20:48:12 tron Exp $
+# $NetBSD: Makefile,v 1.10 1998/04/17 09:37:24 agc Exp $
DISTNAME= gimp-0.99.26
CATEGORIES= graphics
@@ -11,7 +11,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= bsieker@techfak.uni-bielefeld.de
-BUILD_DEPENDS= install-info:${PORTSDIR}/devel/gtexinfo
LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
mpeg.1.2:${PORTSDIR}/graphics/mpeg-lib \
png.0.96:${PORTSDIR}/graphics/png \
@@ -25,6 +24,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
CFLAGS= -pipe -O2 -I${LOCALBASE}/include -I${X11BASE}/include
+USE_GTEXINFO= yes
post-configure:
@${ECHO_MSG} "--> now configuring in ${GIMP_DATA}"