diff options
author | maya <maya> | 2017-06-12 06:57:34 +0000 |
---|---|---|
committer | maya <maya> | 2017-06-12 06:57:34 +0000 |
commit | 0bf5fd496878a85f14c5a8ae2bf92452160fcb25 (patch) | |
tree | fb5734fe63a94e006ac79d9fc64ddf2681d53e6a | |
parent | 78d307e554c5cc5145eacb87a6fde9bbf171810a (diff) | |
download | pkgsrc-0bf5fd496878a85f14c5a8ae2bf92452160fcb25.tar.gz |
Fix build with perl 5.26 the dirty way.
-rw-r--r-- | devel/p5-Spoon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile index 5da5a82cd73..a719505a9ec 100644 --- a/devel/p5-Spoon/Makefile +++ b/devel/p5-Spoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2017/06/05 14:23:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2017/06/12 06:57:34 maya Exp $ DISTNAME= Spoon-0.24 PKGNAME= p5-${DISTNAME} @@ -17,6 +17,7 @@ DEPENDS+= p5-Spiffy>=0.22:../../devel/p5-Spiffy DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit #DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/Spoon/.packlist .include "../../lang/perl5/module.mk" |