diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-11-04 16:37:48 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-11-04 16:37:48 +0000 |
commit | 8d3d4bda8880ea6063c0406fe37efedc66c9b65c (patch) | |
tree | 009dd65dbb9de57a203627f452f5e4e471774108 | |
parent | 19e631cdfcb5dad6c2514318595d4240027c4f59 (diff) | |
download | pkgsrc-8d3d4bda8880ea6063c0406fe37efedc66c9b65c.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 |