mail/dovecot: don't pick up libsodium if installed.

PR:		232236
Submitted by:	d8zNeCFG@aon.at
This commit is contained in:
Larry Rosenman 2018-10-14 13:30:39 +00:00
parent 5914c96cf8
commit fe8ee0a8b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482041

View File

@ -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