diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
commit | 581cac9416d38f70a9e5c680d9751230bd43cbc4 (patch) | |
tree | 4ec74f3dd744ca8054cce78df35237dd5b189528 /databases/fpc-mysql/Makefile | |
parent | Update binutils to 2.33.1 (diff) |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Diffstat (limited to 'databases/fpc-mysql/Makefile')
-rw-r--r-- | databases/fpc-mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/fpc-mysql/Makefile b/databases/fpc-mysql/Makefile index 78d3ef56a0d1..73d108a7cc57 100644 --- a/databases/fpc-mysql/Makefile +++ b/databases/fpc-mysql/Makefile @@ -16,6 +16,6 @@ OPTIONS_DEFINE= MYSQL MYSQL_DESC= Install MySQL client OPTIONS_DEFAULT= MYSQL -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql .include "${MASTERDIR}/Makefile" |