diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/rayshade/Makefile | 4 | ||||
-rw-r--r-- | graphics/urt/Makefile | 4 |
3 files changed, 6 insertions, 6 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 \ diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 380a48461e4..c6e1e36373e 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/03/22 09:38:23 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/27 08:54:57 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/05/26 04:04:11 mph Exp # @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${BUILD_ROOT}/graphics/urt/${WRKDIR:T}/include/rle.h:../../graphi DEPENDS+= urt-3.1b1:../../graphics/urt HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= Configure +CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= < ${WRKDIR}/config.ans ALL_TARGET= diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 25093055e00..249b5cf4e99 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/01/02 03:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2000/03/27 08:54:56 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp # @@ -21,7 +21,7 @@ EXTRACT_ONLY= urt-3.1b.tar.Z USE_X11= yes NO_WRKSUBDIR= yes -CONFIGURE_SCRIPT=Configure +CONFIGURE_SCRIPT=./Configure CONFIGURE_ARGS= config/urt HAS_CONFIGURE= yes MAKEFILE= makefile |