diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-29 07:55:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-29 07:55:22 +0800 |
commit | a38d3f9140ebf42cb350a8e2f7da509fbd421857 (patch) | |
tree | ff26c95b9834e259b7c6c12ed4a93325dc2467fa /ftp | |
parent | 342599cbae33bcdd92ad6ceb6aac3192a65513cf (diff) | |
download | freebsd-ports-gnome-a38d3f9140ebf42cb350a8e2f7da509fbd421857.tar.gz freebsd-ports-gnome-a38d3f9140ebf42cb350a8e2f7da509fbd421857.tar.zst freebsd-ports-gnome-a38d3f9140ebf42cb350a8e2f7da509fbd421857.zip |
Use USES=mysql
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index ad07a8d7f8ab..8e2c9b2f8b1b 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -67,7 +67,7 @@ LARGEFILE_CONFIGURE_ENABLE= largefile LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes MYSQL_CONFIGURE_WITH= mysql -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql PAM_CONFIGURE_WITH= pam PERUSERLIMITS_CONFIGURE_WITH= peruserlimits PGSQL_CONFIGURE_WITH= pgsql |