aboutsummaryrefslogtreecommitdiff
path: root/ftp
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 /ftp
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 'ftp')
-rw-r--r--ftp/smbftpd/Makefile2
-rw-r--r--ftp/wzdftpd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile
index a5142bcb9b31..d5fc8c89e9fb 100644
--- a/ftp/smbftpd/Makefile
+++ b/ftp/smbftpd/Makefile
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= "--prefix=${PREFIX}"
USES= perl5
USE_RC_SUBR= ${PORTNAME}
-MYSQL_USE= MYSQL=yes
+MYSQL_USES= mysql
MYSQL_CONFIGURE_WITH= mysql
PGSQL_USES= pgsql
PGSQL_CONFIGURE_WITH= pgsql
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 6255558441d4..9986f20bb933 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -48,7 +48,7 @@ PERL_CONFIGURE_ENABLE= perl
PERL_USES= perl5
MYSQL_CONFIGURE_ENABLE= mysql
-MYSQL_USE= MYSQL=yes
+MYSQL_USES= mysql
PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE}
PGSQL_CONFIGURE_OFF= --disable-pgsql