diff options
author | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
commit | 782b73a94b268d9a265dc53ec32ec90b79b24121 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /graphics/gimp | |
parent | 0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff) | |
download | pkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz |
Adapt to new handling of "${CONFIGURE}".
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 d443408bffc..07205fd82c1 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2000/03/21 22:40:53 tron Exp $ +# $NetBSD: Makefile,v 1.49 2000/03/27 08:54:56 tron Exp $ DISTNAME= gimp-1.0.4 CATEGORIES= graphics @@ -46,7 +46,7 @@ LDFLAGS+= -Wl,-E post-configure: @${ECHO_MSG} "--> now configuring in ${GIMP_DATA}" @(cd ${WRKDIR}/${GIMP_DATA} && ${SETENV} ${CONFIGURE_ENV} \ - ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) + ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) pre-build: @if [ "$$DISPLAY" = "" ]; then \ |