diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-06-14 13:05:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-06-14 13:05:48 +0000 |
commit | 6d95fefd68c31493bc018e2ba75f42fffbe3a878 (patch) | |
tree | 750ee511eb4e50359692a336af7aafadacd7ea91 /www | |
parent | 81aa2602db1a6f4957a044a6f65b0d5f293201a1 (diff) | |
download | pkgsrc-6d95fefd68c31493bc018e2ba75f42fffbe3a878.tar.gz |
Use PERL_USE_UNSAFE_INC hack.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Kwiki/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Kwiki/Makefile b/www/p5-Kwiki/Makefile index 5955b92e602..f68a6287ae5 100644 --- a/www/p5-Kwiki/Makefile +++ b/www/p5-Kwiki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/06/05 14:25:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.23 2017/06/14 13:05:48 jperkin Exp $ DISTNAME= Kwiki-0.39 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,8 @@ COMMENT= Extensible, modular, Perl-based Wiki DEPENDS+= p5-Spoon>=0.22:../../devel/p5-Spoon +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 + PERL5_PACKLIST= auto/Kwiki/.packlist .include "../../lang/perl5/module.mk" |