pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Syntax-Highlight-Engine-Kate
Module Name: pkgsrc
Committed By: maya
Date: Mon Jun 12 07:42:05 UTC 2017
Modified Files:
pkgsrc/textproc/p5-Syntax-Highlight-Engine-Kate: Makefile
Log Message:
Fix build with perl 5.26
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 \
pkgsrc/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile
diff -u pkgsrc/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile:1.14 pkgsrc/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile:1.15
--- pkgsrc/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile:1.14 Mon Jun 5 14:24:47 2017
+++ pkgsrc/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Mon Jun 12 07:42:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 14:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/12 07:42:05 maya Exp $
#
DISTNAME= Syntax-Highlight-Engine-Kate-0.10
@@ -22,6 +22,7 @@ BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../.
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Syntax/Highlight/Engine/Kate/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
Home |
Main Index |
Thread Index |
Old Index