svn commit: r444609 - head/ftp/pure-ftpd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 28 23:55:23 UTC 2017


Author: sunpoet
Date: Wed Jun 28 23:55:22 2017
New Revision: 444609
URL: https://svnweb.freebsd.org/changeset/ports/444609

Log:
  Use USES=mysql

Modified:
  head/ftp/pure-ftpd/Makefile

Modified: head/ftp/pure-ftpd/Makefile
==============================================================================
--- head/ftp/pure-ftpd/Makefile	Wed Jun 28 23:55:17 2017	(r444608)
+++ head/ftp/pure-ftpd/Makefile	Wed Jun 28 23:55:22 2017	(r444609)
@@ -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


More information about the svn-ports-all mailing list