summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-04-15 20:47:35 +0000
committermycroft <mycroft@pkgsrc.org>2000-04-15 20:47:35 +0000
commit261bfc0ff785c25c74ae01cfb85be62b66cf8d8e (patch)
tree4553ca66d2075103b1f5ef2db03d43d984950cf0 /graphics/gimp
parent5ed6d6ff379f935bf488b033cc3566aa889bd4d7 (diff)
downloadpkgsrc-261bfc0ff785c25c74ae01cfb85be62b66cf8d8e.tar.gz
Need a ./ before ${CONFIGURE_SCRIPT}.
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 07205fd82c1..8dea5c34696 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2000/03/27 08:54:56 tron Exp $
+# $NetBSD: Makefile,v 1.50 2000/04/15 20:47:35 mycroft 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 \