summaryrefslogtreecommitdiff
path: root/finance/frontaccounting
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 /finance/frontaccounting
parentUpdate binutils to 2.33.1 (diff)
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Notes
Notes: svn path=/head/; revision=517643
Diffstat (limited to 'finance/frontaccounting')
-rw-r--r--finance/frontaccounting/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/frontaccounting/Makefile b/finance/frontaccounting/Makefile
index 76ae54c7a560..a1dd4dfaff1c 100644
--- a/finance/frontaccounting/Makefile
+++ b/finance/frontaccounting/Makefile
@@ -32,7 +32,7 @@ LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
LIGHTTPD_USES= php:web
NGINX_RUN_DEPENDS= nginx:www/nginx
NGINX_USES= php:web
-MYSQL_SERVER_USE= MYSQL=server
+MYSQL_SERVER_USES= mysql:server
NLS_USES= gettext
.include <bsd.port.options.mk>