diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-08-05 23:17:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-08-05 23:17:30 +0800 |
commit | 6ba7eac10bf606d428ddbc7417e7e2561435caa2 (patch) | |
tree | beb6d8d337d0b3ce76a1492c7fc6c20d48bd8c8d /mail | |
parent | dccdf23902a09fa041c79e32e8d44b2409494782 (diff) | |
download | freebsd-ports-gnome-6ba7eac10bf606d428ddbc7417e7e2561435caa2.tar.gz freebsd-ports-gnome-6ba7eac10bf606d428ddbc7417e7e2561435caa2.tar.zst freebsd-ports-gnome-6ba7eac10bf606d428ddbc7417e7e2561435caa2.zip |
- new option SENDMAIL_WITHOUT_SASLAUTHD
Suggested by: Maxim Maximov
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail812/Makefile | 2 |
2 files changed, 4 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 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 |