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/rayshade | |
parent | 0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff) | |
download | pkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'graphics/rayshade')
-rw-r--r-- | graphics/rayshade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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= |