summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-01-26 15:25:00 +0000
committercube <cube@pkgsrc.org>2004-01-26 15:25:00 +0000
commit1b4adaf45728bac019ab989d6d7a44caf9f3e1cc (patch)
tree3d6493b7d60710a02c1e5cd670f99a4248e6688f /mail
parent3da9f2d9ca305cdc51c215be59b1a54555d3e6f8 (diff)
downloadpkgsrc-1b4adaf45728bac019ab989d6d7a44caf9f3e1cc.tar.gz
PERL 5.60 will probably never exist. Let's require 5.6.0 instead (hi jlam!).
Diffstat (limited to 'mail')
-rw-r--r--mail/spamassassin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile
index ac737e3625c..c1451813a77 100644
--- a/mail/spamassassin/Makefile
+++ b/mail/spamassassin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/01/25 16:57:48 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2004/01/26 15:25:00 cube Exp $
DISTNAME= Mail-SpamAssassin-${PKGVERSION}
PKGNAME= spamassassin-2.63
@@ -19,7 +19,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
-PERL5_REQD= 5.60 # MakeMaker >= 5.45 needed
+PERL5_REQD= 5.6.0 # MakeMaker >= 5.45 needed
DEPENDS+= p5-Net-DNS>=0.29:../../net/p5-Net-DNS
DEPENDS+= p5-HTML-Parser>=3.29:../../www/p5-HTML-Parser