summaryrefslogtreecommitdiff
path: root/mail/grepmail/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-06-28 13:24:28 +0000
committerjperkin <jperkin@pkgsrc.org>2017-06-28 13:24:28 +0000
commit7313dd9feab7e3472acfdd91a1c3c44a50a9b1fa (patch)
treea3193d5072e610db5b451f464f2c72b0fff3d0aa /mail/grepmail/Makefile
parent7e5d1a5dbbc1e687f130a4e757ef37012062b8c4 (diff)
downloadpkgsrc-7313dd9feab7e3472acfdd91a1c3c44a50a9b1fa.tar.gz
These packages all require the PERL_USE_UNSAFE_INC hack.
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r--mail/grepmail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index 80ad0481577..6c25e38525e 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/07/09 06:38:29 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2017/06/28 13:24:29 jperkin Exp $
DISTNAME= grepmail-5.3033
PKGREVISION= 9
@@ -17,5 +17,7 @@ DEPENDS+= p5-Mail-Mbox-MessageParser>=1.4001:../../mail/p5-Mail-Mbox-MessagePars
PERL5_PACKLIST= auto/grepmail/.packlist
MAKE_PARAMS+= < /dev/null
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"