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 /lang/perl5-current | |
parent | 0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff) | |
download | pkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'lang/perl5-current')
-rw-r--r-- | lang/perl5-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5-current/Makefile b/lang/perl5-current/Makefile index fa25c8916c1..bc176b48dd5 100644 --- a/lang/perl5-current/Makefile +++ b/lang/perl5-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/18 22:27:17 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/03/27 08:54:58 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://language.perl.com/index.html HAS_CONFIGURE= yes CONFIGURE_ENV+= PREFIX=${PREFIX} -CONFIGURE_SCRIPT= Configure +CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Doptimize="${CFLAGS}" \ -Darchname=${MACHINE_ARCH}-${LOWER_OPSYS} \ -Dcc=gcc -Dusemymalloc=false |