diff options
Diffstat (limited to 'sysutils/p5-Monitoring-Plugin/Makefile')
-rw-r--r-- | sysutils/p5-Monitoring-Plugin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/p5-Monitoring-Plugin/Makefile b/sysutils/p5-Monitoring-Plugin/Makefile index 92be0b192b1..c717458072a 100644 --- a/sysutils/p5-Monitoring-Plugin/Makefile +++ b/sysutils/p5-Monitoring-Plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/07/03 16:29:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2017/08/23 17:54:52 jlam Exp $ DISTNAME= Monitoring-Plugin-0.39 PKGNAME= p5-${DISTNAME} @@ -17,5 +17,8 @@ DEPENDS+= p5-Math-Calc-Units>=1.07:../../math/p5-Math-Calc-Units PERL5_PACKLIST= auto/Monitoring/Plugin/.packlist +# XXX Kick can down the road and hope the developer fixes this issue. +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |