summaryrefslogtreecommitdiff
path: root/security
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 /security
parent- Switch to USES=localbase (diff)
Use USES=bdb and USES=mysql.
Notes
Notes: svn path=/head/; revision=415058
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl2-saslauthd/Makefile2
-rw-r--r--security/cyrus-sasl2/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile
index 88b65df5ba24..87b269d1b89e 100644
--- a/security/cyrus-sasl2-saslauthd/Makefile
+++ b/security/cyrus-sasl2-saslauthd/Makefile
@@ -28,7 +28,7 @@ OPENLDAP_SASL_DESC= OpenLDAP client with SASL2 support
OPENLDAP_SASL_VARS= WANT_OPENLDAP_SASL=yes
SASLDB_DESC= Experimental SASLdb authentication module
-BDB_USE= BDB=yes
+BDB_USES= bdb
BDB_CONFIGURE_ON= --enable-auth-sasldb \
--with-dblib=berkeley \
--with-bdb-libdir=${BDB_LIB_DIR} \
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 4acd85b04237..8be42cc2ad9e 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -30,7 +30,7 @@ KEEP_DB_OPEN_CONFIGURE_ENABLE=keep-db-open
OBSOLETE_CRAM_ATTR_DESC=cmusaslsecretCRAM-MD5 auxprop property
OBSOLETE_CRAM_ATTR_CONFIGURE_OFF=--enable-obsolete_cram_attr=no
SASLDB_DESC= SASLdb auxprop plugin
-BDB_USE= BDB=yes
+BDB_USES= bdb
BDB_CONFIGURE_ON= --with-dblib=berkeley \
--with-bdb-libdir=${BDB_LIB_DIR} \
--with-bdb-incdir=${BDB_INCLUDE_DIR} \
@@ -39,7 +39,7 @@ BDB1_CONFIGURE_ON= --with-dblib=ndbm
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
GDBM_CONFIGURE_ON= --with-dblib=gdbm \
--with-gdbm=${LOCALBASE}
-MYSQL_USE= MYSQL=yes
+MYSQL_USES= mysql
MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}
MYSQL_CONFIGURE_OFF= --without-mysql
PGSQL_USES= pgsql