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 /net-mgmt/monitoring-plugins | |
parent | Update 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 'net-mgmt/monitoring-plugins')
-rw-r--r-- | net-mgmt/monitoring-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/monitoring-plugins/Makefile b/net-mgmt/monitoring-plugins/Makefile index f30635f68533..3f3b8daf5a33 100644 --- a/net-mgmt/monitoring-plugins/Makefile +++ b/net-mgmt/monitoring-plugins/Makefile @@ -94,7 +94,7 @@ NETSNMP_CONFIGURE_OFF= ac_cv_path_PATH_TO_SNMPGET= \ RADIUS_LIB_DEPENDS= libradiusclient-ng.so:net/radiusclient RADIUS_CONFIGURE_WITH= radius -MYSQL_USE= mysql=yes +MYSQL_USES= mysql MYSQL_CONFIGURE_WITH= mysql=${LOCALBASE} PGSQL_USES= pgsql |