aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2021-10-12 14:46:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2021-10-12 14:46:44 +0000
commit625a6b901ee8895a916cea53be5c8409f1d36322 (patch)
treeab9654805313e32152dc8e46e736988393dcf1c0
parent5d7ca410044831cf4cbfb639fdead1feb9a69e3b (diff)
downloadports-625a6b901ee8895a916cea53be5c8409f1d36322.tar.gz
ports-625a6b901ee8895a916cea53be5c8409f1d36322.zip
mail/sendmail: Fix option LDAP
PR: 258958
-rw-r--r--mail/sendmail-devel/Makefile2
-rw-r--r--mail/sendmail/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/sendmail-devel/Makefile b/mail/sendmail-devel/Makefile
index e4c7a1307b78..39add56e28e1 100644
--- a/mail/sendmail-devel/Makefile
+++ b/mail/sendmail-devel/Makefile
@@ -71,7 +71,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
SASLAUTHD_RUN_DEPENDS= saslauthd:security/cyrus-sasl2-saslauthd
DANE_IMPLIES= TLS
LDAP_USE= OPENLDAP=yes
-LDAP_PREVENTS= DANE
+LDAP_IMPLIES= DANE
BDB_USES= bdb
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
GDBM_CONFIGURE_WITH= compat
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index b25fa63e120e..9171d2df11d5 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -69,7 +69,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
SASLAUTHD_RUN_DEPENDS= saslauthd:security/cyrus-sasl2-saslauthd
DANE_IMPLIES= TLS
LDAP_USE= OPENLDAP=yes
-LDAP_PREVENTS= DANE
+LDAP_IMPLIES= DANE
BDB_USES= bdb
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
GDBM_CONFIGURE_WITH= compat
@@ -143,7 +143,7 @@ SITE+= ${FILESDIR}/site.config.m4.smtputf8
SITE+= ${FILESDIR}/site.config.m4.milter
.endif
.if ${PORT_OPTIONS:MGDBM}
-NO_PACKAGE= GPLv3 license conflict
+LICENSE_PERMS= dist-mirror dist-sell no-pkg-mirror no-pkg-sell auto-accept
SITE+= ${FILESDIR}/site.config.m4.gdbm
.endif