aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda5/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-08-08 13:46:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-08-08 13:46:50 +0000
commitf037e396011534f1ed63b7b625f818aaba3b07b6 (patch)
tree509f9c56f6c9e206681219518e92866874b3ae54 /databases/libgda5/Makefile
parent8d571a7a02a3fde266288ca6716fa8521b8ab0a0 (diff)
Notes
Diffstat (limited to 'databases/libgda5/Makefile')
-rw-r--r--databases/libgda5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 9ea35a54b0fc..826e16e37a27 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--without-ui
.endif
.if ${LIBGDA5_SLAVE}==bdb
-USE_BDB= 5
+USES+= bdb:5
CONFIGURE_ARGS+= --with-bdb=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-bdb
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --without-ldap
.endif
.if ${LIBGDA5_SLAVE}==mysql
-USE_MYSQL= yes
+USES+= mysql
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-mysql