diff options
author | wiz <wiz> | 2002-09-08 23:30:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-08 23:30:38 +0000 |
commit | a7519c8740041366d6bc0b09426d9320d37ac149 (patch) | |
tree | 5b0be70f76dc090640d8cbe18aed997b7fd4f38d /mail | |
parent | 4b2bbb9b8f7215f4f897c63d7c9266033078cc07 (diff) | |
download | pkgsrc-a7519c8740041366d6bc0b09426d9320d37ac149.tar.gz |
Add conflict with p5-Mail-SpamAssassin (for those who still have it installed).
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 |