summaryrefslogtreecommitdiff
path: root/devel/p5-List-MoreUtils
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>2007-01-10 22:48:56 +0000
committerbad <bad@pkgsrc.org>2007-01-10 22:48:56 +0000
commitbd9136319db1ffba16da5a012f6f2eff196ae3c6 (patch)
tree68e6bc2aae4ed3e606ec5da7003e3733adfe0227 /devel/p5-List-MoreUtils
parent2c26054429dbb8b12441ce6e87b611a15732eb2f (diff)
downloadpkgsrc-bd9136319db1ffba16da5a012f6f2eff196ae3c6.tar.gz
Force building the non-XS version.
Diffstat (limited to 'devel/p5-List-MoreUtils')
-rw-r--r--devel/p5-List-MoreUtils/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-List-MoreUtils/Makefile b/devel/p5-List-MoreUtils/Makefile
index 32e59302d65..780bb842bdf 100644
--- a/devel/p5-List-MoreUtils/Makefile
+++ b/devel/p5-List-MoreUtils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/09/01 14:22:43 abs Exp $
+# $NetBSD: Makefile,v 1.3 2007/01/10 22:48:56 bad Exp $
#
DISTNAME= List-MoreUtils-0.22
@@ -12,8 +12,10 @@ COMMENT= Provide the stuff missing in List::Util
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/List/MoreUtils/.packlist
+# avoid trying to build the XS version.
+MAKE_PARAMS.makemaker+= -pm
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"