diff options
author | tron <tron> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-27 08:54:53 +0000 |
commit | f1130fdf4bd7b3609c06956ac346a461f842aef1 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /lang/perl5 | |
parent | 47f024cc8458376669c5a4a8342aa9ed8fee6f2b (diff) | |
download | pkgsrc-f1130fdf4bd7b3609c06956ac346a461f842aef1.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 4725a8e6178..6734d1473f2 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/01/18 22:31:46 tron Exp $ +# $NetBSD: Makefile,v 1.28 2000/03/27 08:54:57 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 |