diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-12 12:13:25 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-12 12:13:25 +0000 |
commit | 1586288fbf4cc5a4a8a33866d1dacd961bb58618 (patch) | |
tree | 7e6da0d882f5209466db568be0348799026809fa /mail/sendmail | |
parent | 52ddbca53895787d4aa729eedaafea68ef07e90d (diff) | |
download | FreeBSD-ports-1586288fbf4cc5a4a8a33866d1dacd961bb58618.zip FreeBSD-ports-1586288fbf4cc5a4a8a33866d1dacd961bb58618.tar.gz |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 7ff7cd7..753e191 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Reliable, highly configurable mail transfer agent with utilities +CONFLICTS?= courier-0.* postfix-1.* postfix-2.* sendmail-8.11.* sendmail-*-8.11.* \ + smail-3.* zmailer-2.* + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site SITE= ${FILESDIR}/site.config.m4.pre4 @@ -52,20 +55,24 @@ SENDMAIL_WITH_TLS=yes .if defined(SENDMAIL_WITH_LDAP) PKGNAMESUFFIX?= -ldap +CONFLICTS+= sendmail-sasl-8.* sendmail-sasl2-8.* sendmail-tls-8.* LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT} .endif .if defined(SENDMAIL_WITH_SASL) LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl PKGNAMESUFFIX?= -sasl +CONFLICTS+= sendmail-ldap-8.* sendmail-sasl2-8.* sendmail-tls-8.* .endif .if defined(SENDMAIL_WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 RUN_DEPENDS+= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd PKGNAMESUFFIX?= -sasl2 +CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-tls-8.* .endif .if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) PKGNAMESUFFIX?= -tls +CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-sasl2-8.* .endif # Build site.config.m4 |