pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-List-MoreUtils Force building the non-XS vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7179f07033b
branches:  trunk
changeset: 523652:d7179f07033b
user:      bad <bad%pkgsrc.org@localhost>
date:      Wed Jan 10 22:48:56 2007 +0000

description:
Force building the non-XS version.

diffstat:

 devel/p5-List-MoreUtils/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 4cfa8d5e4d29 -r d7179f07033b devel/p5-List-MoreUtils/Makefile
--- a/devel/p5-List-MoreUtils/Makefile  Wed Jan 10 22:39:11 2007 +0000
+++ b/devel/p5-List-MoreUtils/Makefile  Wed Jan 10 22:48:56 2007 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index