aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2018-10-14 13:30:39 +0000
committerLarry Rosenman <ler@FreeBSD.org>2018-10-14 13:30:39 +0000
commitfe8ee0a8b203eec9ca425a6be322b8e9cd83953e (patch)
tree0281db902f6b95c6c0827b060f2ac38be0e405b2 /mail
parent5914c96cf8377769f10fd46bc068b47165fdfcf8 (diff)
downloadports-fe8ee0a8b203eec9ca425a6be322b8e9cd83953e.tar.gz
ports-fe8ee0a8b203eec9ca425a6be322b8e9cd83953e.zip
mail/dovecot: don't pick up libsodium if installed.
PR: 232236 Submitted by: d8zNeCFG@aon.at
Notes
Notes: svn path=/head/; revision=482041
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index e4521f8adae5..dc7b55ca1862 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -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