summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-09-06 16:31:38 +0000
committerrillig <rillig@pkgsrc.org>2007-09-06 16:31:38 +0000
commit43ba2d75f06ad900a52208f42ffdd17e0ed62a72 (patch)
treee2f1aa488d40b119b09c87ea38f10b8c0748e010 /lang
parentf76b802e8dc1c2e1798f532d55ee595c314fc281 (diff)
downloadpkgsrc-43ba2d75f06ad900a52208f42ffdd17e0ed62a72.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