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 | 6d3e25ffb42dc3238d0dd639080b4b9de21f79d0 (patch) | |
tree | d91768a54d8fd59c0e40ee2ee45c89ec2cea7d75 /mail/qmail | |
parent | f84989a8e9c021bb673caf249cb67cb3d88b1bd3 (diff) | |
download | pkgsrc-6d3e25ffb42dc3238d0dd639080b4b9de21f79d0.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]* |