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/sendmail | |
parent | f84989a8e9c021bb673caf249cb67cb3d88b1bd3 (diff) | |
download | pkgsrc-6d3e25ffb42dc3238d0dd639080b4b9de21f79d0.tar.gz |
Conflict with courier-mta.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index e81cd6b285f..283424218e7 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2006/04/23 00:12:39 jlam Exp $ +# $NetBSD: Makefile,v 1.86 2006/05/01 02:57:03 jlam Exp $ .include "../../mail/sendmail/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= sendmail-${DIST_VERS} PKGREVISION= 2 COMMENT= The well known Mail Transport Agent -CONFLICTS+= postfix-[0-9]* fastforward>=0.51nb2 +CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC PLIST_SRC= ${WRKDIR}/.PLIST_SRC |