diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-01 02:57:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-01 02:57:03 +0000 |
commit | bd13aa07c64a1094e106ca7d3da32f23f127520a (patch) | |
tree | d91768a54d8fd59c0e40ee2ee45c89ec2cea7d75 /mail/qmail | |
parent | ef7e263d80ec10ecb9e38c3c7cee9a014679ec14 (diff) | |
download | pkgsrc-bd13aa07c64a1094e106ca7d3da32f23f127520a.tar.gz |
Conflict with courier-mta.
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 6820672e299..8119e3c5f98 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2006/04/30 08:03:42 schmonz Exp $ +# $NetBSD: Makefile,v 1.50 2006/05/01 02:57:03 jlam Exp $ # DISTNAME= netqmail-1.05 @@ -16,6 +16,7 @@ DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools DEPENDS+= ucspi-tcp-[0-9]*:../../net/ucspi-tcp CONFLICTS+= courier-maildirmake-[0-9]* +CONFLICTS+= courier-mta-[0-9]* CONFLICTS+= mirrordir-[0-9]* CONFLICTS+= mutt<=1.4.2.1nb1 CONFLICTS+= netqmail-[0-9]* |