aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-06-25 20:53:53 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-06-25 20:53:53 +0000
commit6f202a6578a0d77108e8d4fdea5f0247e22bcdc0 (patch)
treeb93eb5ab31338279266226841933712d0f3e7ca0 /mail
parenta1c0bdc00884ebe31a8cbc191c011b5a252d0936 (diff)
downloadports-6f202a6578a0d77108e8d4fdea5f0247e22bcdc0.tar.gz
ports-6f202a6578a0d77108e8d4fdea5f0247e22bcdc0.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/vpopmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index 9166b2707f94..b199ff677c15 100644
--- a/mail/vpopmail/Makefile
+++ b/mail/vpopmail/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vpopmail
PORTVERSION= 5.4.32
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} \
SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION}
@@ -138,7 +138,6 @@ DOMAIN_QUOTAS_CONFIGURE_OFF= --enable-domainquotas=n
PASSWD_CONFIGURE_ON= --enable-passwd
MD5_PASSWORDS_CONFIGURE_OFF= --disable-md5-passwords
VALIAS_CONFIGURE_ON= --enable-valias
-ROAMING_CONFIGURE_ON= --enable-roaming-users
CLEAR_PASSWD_CONFIGURE_OFF= --disable-clear-passwd
LEARN_PASSWORDS_CONFIGURE_ON= --enable-learn-passwords
LDAP_CONFIGURE_ON= --enable-auth-module=ldap
@@ -152,7 +151,8 @@ FILE_SYNC_CONFIGURE_ON= --enable-file-sync
AUTH_LOG_CONFIGURE_OFF= --disable-auth-logging
USERS_BIG_DIR_CONFIGURE_OFF= --disable-users-big-dir
SEEKABLE_CONFIGURE_OFF= --disable-make-seekable
-ROAMING_CONFIGURE_ON= --enable-relay-clear-minutes=${RELAYCLEAR}
+ROAMING_CONFIGURE_ON= --enable-roaming-users \
+ --enable-relay-clear-minutes=${RELAYCLEAR}
MYSQL_CONFIGURE_ON= --enable-auth-module=mysql \
--enable-incdir=${LOCALBASE}/include/mysql \