diff options
author | bad <bad> | 2007-01-10 22:48:56 +0000 |
---|---|---|
committer | bad <bad> | 2007-01-10 22:48:56 +0000 |
commit | 206878f65d22f18cee74a6b6ca0456b612792459 (patch) | |
tree | 68e6bc2aae4ed3e606ec5da7003e3733adfe0227 /devel/p5-List-MoreUtils | |
parent | 9889acd4b2a5dad52bce39e2ab7af6e8b82ce685 (diff) | |
download | pkgsrc-206878f65d22f18cee74a6b6ca0456b612792459.tar.gz |
Force building the non-XS version.
Diffstat (limited to 'devel/p5-List-MoreUtils')
-rw-r--r-- | devel/p5-List-MoreUtils/Makefile | 6 |
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" |