diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamassassin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index d9ae6936d4a..0fe94296caa 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/08/30 10:50:51 abs Exp $ +# $NetBSD: Makefile,v 1.6 2002/09/08 23:30:38 wiz Exp $ DISTNAME= Mail-SpamAssassin-2.31 PKGNAME= spamassassin-2.31 @@ -14,6 +14,8 @@ COMMENT= mail filter to identify spam DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +CONFLICTS= p5-Mail-SpamAssassin-[1-9]* + RCD_SCRIPTS= spamd USE_BUILDLINK_ONLY= YES |