diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2024-01-30 19:15:05 -0600 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2024-01-30 19:17:13 -0600 |
commit | 94eda313a9d5acc5ff8d00fec7a51862f3e346da (patch) | |
tree | d6ab75a2a6b3abb57f927501216e284e0b7f790e /mail/dovecot | |
parent | bdd26b6aace5fda0c1f42d72ca60114b79be99ee (diff) | |
download | freebsd-ports-94eda313a9d5acc5ff8d00fec7a51862f3e346da.zip |
mail/dovecot: add LDAP as a default option
PR: 276741
Requested by: seichan-ml@wakhok.ne.jp
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 3ed68ec5c7bf..041381af84e7 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -10,7 +10,7 @@ PORTNAME= dovecot PORTVERSION= 2.3.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= https://dovecot.org/releases/2.3/ @@ -41,7 +41,7 @@ USERS= dovecot dovenull GROUPS= ${USERS} OPTIONS_DEFINE= LIBSODIUM LIBUNWIND LIBWRAP LUA LZ4 DOCS EXAMPLES -OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP +OPTIONS_DEFAULT=GSSAPI_NONE LDAP LIBWRAP OPTIONS_SUB= yes OPTIONS_GROUP= DB FTS |