aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-15 10:12:08 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-15 10:12:08 +0000
commit581cac9416d38f70a9e5c680d9751230bd43cbc4 (patch)
tree4ec74f3dd744ca8054cce78df35237dd5b189528 /databases/sqlrelay/Makefile
parent2f26d37a5937d9b654ab7ef7fc9f16733f276fce (diff)
downloadports-581cac9416d38f70a9e5c680d9751230bd43cbc4.tar.gz
ports-581cac9416d38f70a9e5c680d9751230bd43cbc4.zip
Notes
Diffstat (limited to 'databases/sqlrelay/Makefile')
-rw-r--r--databases/sqlrelay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile
index 75660e8ad590..f8cb35117631 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -113,7 +113,7 @@ CONFIGURE_ARGS+= --disable-sqlite
.endif
.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL= yes
+USES+= mysql
CONFIGURE_ARGS+= --with-mysql-prefix="${LOCALBASE}"
TOSTRIP+= libexec/sqlrelay/sqlrconnection_mysql.so
.else