aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-08-05 15:17:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-08-05 15:17:30 +0000
commit33d441ea18ae738dc38f932e823d3a4524521eb8 (patch)
treec8ee31d21a989541dab2598e86078da39739bf8c /mail/sendmail
parent4c7c1206e07647b4c3032233ded44e02d41b870f (diff)
downloadports-33d441ea18ae738dc38f932e823d3a4524521eb8.tar.gz
ports-33d441ea18ae738dc38f932e823d3a4524521eb8.zip
Notes
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index afa581e2f150..f19828ddc180 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -96,7 +96,9 @@ CONFLICTS+= sendmail+tls-8.* \
sendmail+ldap-8.*
CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-tls-8.*
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+.if !defined(SENDMAIL_WITHOUT_SASLAUTHD)
RUN_DEPENDS+= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
+.endif
.else
CONFLICTS+= sendmail*+sasl2*-8.*
.endif