diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-08-05 15:17:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-08-05 15:17:30 +0000 |
commit | 33d441ea18ae738dc38f932e823d3a4524521eb8 (patch) | |
tree | c8ee31d21a989541dab2598e86078da39739bf8c /mail/sendmail812/Makefile | |
parent | 4c7c1206e07647b4c3032233ded44e02d41b870f (diff) | |
download | ports-33d441ea18ae738dc38f932e823d3a4524521eb8.tar.gz ports-33d441ea18ae738dc38f932e823d3a4524521eb8.zip |
Notes
Diffstat (limited to 'mail/sendmail812/Makefile')
-rw-r--r-- | mail/sendmail812/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index a9b5f408f59e..3e7a5a013070 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -103,7 +103,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 |