summaryrefslogtreecommitdiff
path: root/lang/libperl
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-03-27 08:54:53 +0000
committertron <tron@pkgsrc.org>2000-03-27 08:54:53 +0000
commit782b73a94b268d9a265dc53ec32ec90b79b24121 (patch)
tree511618ca7cff95a74e9dfdad946115bd53879987 /lang/libperl
parent0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff)
downloadpkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'lang/libperl')
-rw-r--r--lang/libperl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile
index 4341ac110cc..bd6da327583 100644
--- a/lang/libperl/Makefile
+++ b/lang/libperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/05/24 20:39:44 tv Exp $
+# $NetBSD: Makefile,v 1.8 2000/03/27 08:54:57 tron Exp $
#
DISTNAME= perl5.004_04
@@ -23,7 +23,7 @@ PATCHDIR= ../perl5/patches
HAS_CONFIGURE= yes
CONFIGURE_ENV+= PREFIX=${PREFIX}
-CONFIGURE_SCRIPT= Configure
+CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Duseshrplib=true \
-Darchname=${MACHINE_ARCH}-${LOWER_OPSYS} \
-Dusemymalloc=false