diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2007-04-17 10:35:17 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2007-04-17 10:35:17 +0000 |
commit | b7cd7d52f7b261c390b8754d0b1030cd897df6b8 (patch) | |
tree | 3ac684c87c6e59bf96f6215f050672dbba0dbacf /mail | |
parent | ff4812238995c2d53bc46c2c3062c1cd1e433f10 (diff) | |
download | pkgsrc-b7cd7d52f7b261c390b8754d0b1030cd897df6b8.tar.gz |
add conflict with qmail
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail813/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index feade8e2d06..1c756feab18 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2007/01/20 20:08:31 tv Exp $ +# $NetBSD: Makefile,v 1.96 2007/04/17 10:35:50 jnemeth Exp $ .include "../../mail/sendmail/Makefile.common" @@ -7,6 +7,7 @@ PKGREVISION= 4 COMMENT= The well known Mail Transport Agent CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* +CONFLICTS+= qmail-[0-9]* MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC PLIST_SRC= ${WRKDIR}/.PLIST_SRC diff --git a/mail/sendmail813/Makefile b/mail/sendmail813/Makefile index 10aee01f56a..14ced72e712 100644 --- a/mail/sendmail813/Makefile +++ b/mail/sendmail813/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/17 10:16:53 jnemeth Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/17 10:35:17 jnemeth Exp $ .include "../../mail/sendmail813/Makefile.common" @@ -6,6 +6,7 @@ PKGNAME= sendmail-${DIST_VERS} COMMENT= The well known Mail Transport Agent CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* +CONFLICTS+= qmail-[0-9]* MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC PLIST_SRC= ${WRKDIR}/.PLIST_SRC |