summaryrefslogtreecommitdiff
path: root/mail/spamassassin
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-25 16:57:48 +0000
committerjlam <jlam>2004-01-25 16:57:48 +0000
commit607b600d40ae18dcff448c6ffb32b8e60245fb85 (patch)
treeca9fb06eae9db5da64b06a5272fe524734e13205 /mail/spamassassin
parent39eacb368519fd254eb5623afcc5ec91095d46d3 (diff)
downloadpkgsrc-607b600d40ae18dcff448c6ffb32b8e60245fb85.tar.gz
Use PERL5_REQD to set the required version of perl instead of directly
setting BUILDLINK_DEPENDS.perl.
Diffstat (limited to 'mail/spamassassin')
-rw-r--r--mail/spamassassin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile
index 19becd665bf..ac737e3625c 100644
--- a/mail/spamassassin/Makefile
+++ b/mail/spamassassin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/01/21 22:19:30 heinz Exp $
+# $NetBSD: Makefile,v 1.40 2004/01/25 16:57:48 jlam Exp $
DISTNAME= Mail-SpamAssassin-${PKGVERSION}
PKGNAME= spamassassin-2.63
@@ -19,7 +19,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
-BUILDLINK_DEPENDS.perl= perl>=5.6.0 # MakeMaker >= 5.45 needed
+PERL5_REQD= 5.60 # MakeMaker >= 5.45 needed
DEPENDS+= p5-Net-DNS>=0.29:../../net/p5-Net-DNS
DEPENDS+= p5-HTML-Parser>=3.29:../../www/p5-HTML-Parser