diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-12 20:13:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-12 20:13:25 +0800 |
commit | 1586288fbf4cc5a4a8a33866d1dacd961bb58618 (patch) | |
tree | 7e6da0d882f5209466db568be0348799026809fa /mail/sendmail-old | |
parent | 52ddbca53895787d4aa729eedaafea68ef07e90d (diff) | |
download | freebsd-ports-graphics-1586288fbf4cc5a4a8a33866d1dacd961bb58618.tar.gz freebsd-ports-graphics-1586288fbf4cc5a4a8a33866d1dacd961bb58618.tar.zst freebsd-ports-graphics-1586288fbf4cc5a4a8a33866d1dacd961bb58618.zip |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Diffstat (limited to 'mail/sendmail-old')
-rw-r--r-- | mail/sendmail-old/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/sendmail-old/Makefile b/mail/sendmail-old/Makefile index 0d54f49ee7f..60b4b75851b 100644 --- a/mail/sendmail-old/Makefile +++ b/mail/sendmail-old/Makefile @@ -16,6 +16,8 @@ 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.12.* sendmail-*-8.12.* \ + smail-3.* zmailer-2.* NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site @@ -39,15 +41,18 @@ LDAP_PORT?= net/openldap20-client .if defined(SENDMAIL_WITH_LDAP) PKGNAMESUFFIX?= -ldap +CONFLICTS+= sendmail-sasl-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-tls-8.* .endif .if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) PKGNAMESUFFIX?= -tls +CONFLICTS+= sendmail-sasl-8.* sendmail-ldap-8.* .endif .if defined(SENDMAIL_WITH_SFIO) PKGNAMESUFFIX?= -sfio @@ -187,7 +192,7 @@ SITE+= ${FILESDIR}/site.config.m4.local .endif .if exists(${DESTDIR}/etc/mail/mailer.conf) && ${PREFIX} == "/usr" -pre-everything: +pre-everything:: @${ECHO_CMD} "#" @${ECHO_CMD} "# You can't override the base sendmail this way." @${ECHO_CMD} "# your version FreeBSD use mailwrapper." |