aboutsummaryrefslogtreecommitdiff
path: root/www/mod_tsa
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 /www/mod_tsa
parent2f26d37a5937d9b654ab7ef7fc9f16733f276fce (diff)
downloadports-581cac9416d38f70a9e5c680d9751230bd43cbc4.tar.gz
ports-581cac9416d38f70a9e5c680d9751230bd43cbc4.zip
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Notes
Notes: svn path=/head/; revision=517643
Diffstat (limited to 'www/mod_tsa')
-rw-r--r--www/mod_tsa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_tsa/Makefile b/www/mod_tsa/Makefile
index dc706d556255..3c5900265798 100644
--- a/www/mod_tsa/Makefile
+++ b/www/mod_tsa/Makefile
@@ -35,7 +35,7 @@ PORTEXAMPLES= *.sql tsa.conf
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL= yes
+USES+= mysql
CONFIGURE_ARGS+= --enable-mysql=yes
SRC_FILE+= db_mysql.c
AP_INC+= -I${LOCALBASE}/include/mysql