diff options
author | jdolecek <jdolecek> | 2003-11-04 16:37:48 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2003-11-04 16:37:48 +0000 |
commit | 6152a080f07929c72249f7997520a1046ef04ed8 (patch) | |
tree | 009dd65dbb9de57a203627f452f5e4e471774108 | |
parent | 126d23f33504503ad84d46ebedb08cee8da109b8 (diff) | |
download | pkgsrc-6152a080f07929c72249f7997520a1046ef04ed8.tar.gz |
spamassassin builds and works fine with perl 5.6.0
-rw-r--r-- | mail/spamassassin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 10ad974e1f6..588012630de 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/11/03 00:56:26 heinz Exp $ +# $NetBSD: Makefile,v 1.34 2003/11/04 16:37:48 jdolecek Exp $ DISTNAME= Mail-SpamAssassin-2.60 PKGNAME= spamassassin-2.60 @@ -17,7 +17,7 @@ CONFLICTS= p5-Mail-SpamAssassin-[1-9]* .include "../../mk/bsd.prefs.mk" -BUILDLINK_DEPENDS.perl= perl>=5.6.1 # MakeMaker >= 5.45 needed +BUILDLINK_DEPENDS.perl= perl>=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 |