aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2016-05-12 11:06:41 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2016-05-12 11:06:41 +0000
commitdc4d5f48f03aa56743204fe4627575db0f7be9ba (patch)
tree914c680bf407c1e42cbd1d7a442c2f287a48b6f9 /mail/cyrus-imapd23
parent9ccd34e286a038b62973234d150b09190752f329 (diff)
downloadports-dc4d5f48f03aa56743204fe4627575db0f7be9ba.tar.gz
ports-dc4d5f48f03aa56743204fe4627575db0f7be9ba.zip
Use USES=bdb and USES=mysql.
Notes
Notes: svn path=/head/; revision=415058
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r--mail/cyrus-imapd23/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile
index b9043fd1a61a..f3abd3b8ce09 100644
--- a/mail/cyrus-imapd23/Makefile
+++ b/mail/cyrus-imapd23/Makefile
@@ -48,7 +48,7 @@ OPTIONS_DEFAULT= BDB
OPTIONS_SUB= yes
AUTOCREATE_DESC= Use autocreate INBOX patch (UoA)
AUTOSIEVE_DESC= Use autosievefolder patch (UoA)
-BDB_USE= BDB=yes
+BDB_USES= bdb
BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} \
--with-bdb-libdir=${LOCALBASE}/lib
DRAC_DESC= Enable DRAC support
@@ -64,7 +64,7 @@ LISTEXT_CONFIGURE_ENABLE=listext
MURDER_DESC= Enable IMAP Murder support
MURDER_CONFIGURE_ENABLE=murder
MURDER_MAKE_ENV= PTHREAD_LIBS="-lpthread"
-MYSQL_USE= MYSQL=yes
+MYSQL_USES= mysql
MYSQL_CONFIGURE_ON= --with-mysql=yes \
--with-mysql-libdir=${LOCALBASE}/lib/mysql \
--with-mysql-incdir=${LOCALBASE}/include/mysql