diff options
author | sno <sno@pkgsrc.org> | 2009-03-21 23:11:29 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-03-21 23:11:29 +0000 |
commit | 42b10a3cbb1d24dfafb29f57c715e6a69b502138 (patch) | |
tree | 55920ace5b0d4799f0ae3b34874dff768241bd2e /devel/p5-Module-Build | |
parent | 5ccc89df066c045ee8d36fff73a98241468b746a (diff) | |
download | pkgsrc-42b10a3cbb1d24dfafb29f57c715e6a69b502138.tar.gz |
Fix PR pkg/40944 by using the Module::Build from Perl's Core as default.
Oked by tron@ and he@
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 555445889bb..11b23dcdce3 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/03/02 17:22:15 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2009/03/21 23:11:29 sno Exp $ DISTNAME= Module-Build-0.32 PKGNAME= p5-${DISTNAME}000 @@ -12,7 +12,7 @@ COMMENT= Build and install Perl modules PKG_DESTDIR_SUPPORT= user-destdir -#.include "options.mk" +.include "options.mk" USE_LANGUAGES= c # For the tests BUILDING_MODULE_BUILD= yes |