summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-06 16:31:38 +0000
committerrillig <rillig>2007-09-06 16:31:38 +0000
commit086733ba172bb97451be748a493fcb593b13272d (patch)
treee2f1aa488d40b119b09c87ea38f10b8c0748e010 /lang
parent1c38fb62eee44a64d49060d4cc77178c08b07c5a (diff)
downloadpkgsrc-086733ba172bb97451be748a493fcb593b13272d.tar.gz
Don't assume any pre-installed perl5. This is necessary for pbulk builds
when Perl is installed in the "outer" pkgsrc. Otherwise, references to the pbulk directory are stored in the binary package.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index dbdaa989fbc..0f23be5552b 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2007/02/06 19:12:09 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.128 2007/09/06 16:31:38 rillig Exp $
DISTNAME= perl-5.8.8
PKGREVISION= 4
@@ -145,6 +145,7 @@ CONFIGURE_ARGS+= -Dln=${TOOLS_LN:Q}
CONFIGURE_ARGS+= -Dsed=${TOOLS_SED:Q}
CONFIGURE_ARGS+= -Dsh=${TOOLS_SH:Q}
CONFIGURE_ARGS+= -Dissymlink="${TOOLS_TEST} -h"
+CONFIGURE_ARGS+= -Dperl5=${FALSE}
# Nail down the needed libraries for each platform here to avoid hidden
# dependencies. If this isn't defined, then use the perl defaults for the