diff options
| author | Larry Rosenman <ler@FreeBSD.org> | 2018-10-14 13:30:39 +0000 |
|---|---|---|
| committer | Larry Rosenman <ler@FreeBSD.org> | 2018-10-14 13:30:39 +0000 |
| commit | fe8ee0a8b203eec9ca425a6be322b8e9cd83953e (patch) | |
| tree | 0281db902f6b95c6c0827b060f2ac38be0e405b2 | |
| parent | Regenerate from 11.2-RELEASE-p4. (diff) | |
mail/dovecot: don't pick up libsodium if installed.
PR: 232236
Submitted by: d8zNeCFG@aon.at
Notes
Notes:
svn path=/head/; revision=482041
| -rw-r--r-- | mail/dovecot/Makefile | 4 |
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 |
