mail/dovecot: don't pick up libsodium if installed.
PR: 232236 Submitted by: d8zNeCFG@aon.at
This commit is contained in:
parent
5914c96cf8
commit
fe8ee0a8b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482041
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= dovecot
|
||||
PORTVERSION= 2.3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= https://www.dovecot.org/releases/2.3/
|
||||
|
||||
@ -26,6 +27,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var \
|
||||
--with-statedir=/var/db/dovecot \
|
||||
--without-shadow \
|
||||
--without-sodium \
|
||||
--with-ssl=openssl \
|
||||
--with-docs
|
||||
|
||||
@ -37,7 +39,7 @@ GROUPS= ${USERS}
|
||||
|
||||
CONFLICTS_INSTALL= dovecot22
|
||||
|
||||
OPTIONS_DEFINE= LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES
|
||||
OPTIONS_DEFINE= LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES
|
||||
OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user