pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/p5-PPIx-EditorTools



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 14 13:26:17 UTC 2017

Modified Files:
        pkgsrc/editors/p5-PPIx-EditorTools: Makefile

Log Message:
Requires PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/p5-PPIx-EditorTools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/p5-PPIx-EditorTools/Makefile
diff -u pkgsrc/editors/p5-PPIx-EditorTools/Makefile:1.13 pkgsrc/editors/p5-PPIx-EditorTools/Makefile:1.14
--- pkgsrc/editors/p5-PPIx-EditorTools/Makefile:1.13    Mon Jun  5 14:23:55 2017
+++ pkgsrc/editors/p5-PPIx-EditorTools/Makefile Wed Jun 14 13:26:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/14 13:26:17 jperkin Exp $
 #
 
 DISTNAME=      PPIx-EditorTools-0.17
@@ -21,6 +21,8 @@ DEPENDS+=     p5-Class-XSAccessor>=1.02:../.
 DEPENDS+=      p5-PPI>=1.215:../../devel/p5-PPI
 DEPENDS+=      p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 PERL5_PACKLIST=                auto/PPIx/EditorTools/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index