diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2022-11-13 15:29:02 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2022-11-13 15:30:03 +0100 |
commit | 7c48ca28b7920abd2e95a8119b0a4010c15995dc (patch) | |
tree | b5d6c4923d98a6a8d4579e96f38a7eb5887fd1d0 /mail/postfix-current | |
parent | 862135ec92248cdf58fab94b96426dadde9ec475 (diff) | |
download | freebsd-ports-7c48ca28b7920abd2e95a8119b0a4010c15995dc.zip |
mail/postfix-current: Do not advertise Cyrus SASL support in LDAP flavor
PR: 260581
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 446308b2f53d..1c74d8c0b197 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -39,7 +39,7 @@ sasl_CONFLICTS_INSTALL= postfix-current \ postfix-current-base-ldap \ postfix-current-ldap -COMMENT_ldap= (with OpenLDAP and Cyrus SASL support) +COMMENT_ldap= (with OpenLDAP support) COMMENT_sasl= (with Cyrus SASL support) USES= cpe shebangfix ssl @@ -271,7 +271,7 @@ WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} . endif POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include \ -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${LOCALBASE}/lib -lldap -L${LOCALBASE}/lib -llber" +POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${LOCALBASE}/lib -lldap -llber" _REQUIRE+= slapd .endif |