summaryrefslogtreecommitdiff
path: root/devel/p5-Parse-ErrorString-Perl
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-06-12 08:36:37 +0000
committermaya <maya@pkgsrc.org>2017-06-12 08:36:37 +0000
commit2e6861340c768507faa1e1f2db3af32b6c6261b5 (patch)
tree193fd8f2e95099981660d35eceba5a3370de441a /devel/p5-Parse-ErrorString-Perl
parentc88b746696e2d19d2cc54fb34933469320044fdf (diff)
downloadpkgsrc-2e6861340c768507faa1e1f2db3af32b6c6261b5.tar.gz
Fix build with perl 5.26
Diffstat (limited to 'devel/p5-Parse-ErrorString-Perl')
-rw-r--r--devel/p5-Parse-ErrorString-Perl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Parse-ErrorString-Perl/Makefile b/devel/p5-Parse-ErrorString-Perl/Makefile
index 06624d45460..be5e6dd3673 100644
--- a/devel/p5-Parse-ErrorString-Perl/Makefile
+++ b/devel/p5-Parse-ErrorString-Perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 14:23:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/12 08:40:49 maya Exp $
#
DISTNAME= Parse-ErrorString-Perl-0.22
@@ -17,6 +17,7 @@ DEPENDS+= p5-Pod-POM-[0-9]*:../../textproc/p5-Pod-POM
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Parse/ErrorString/Perl/.packlist
.include "../../lang/perl5/module.mk"