svn commit: r414079 - head/www/phprecipebook

Guido Falsi madpilot at FreeBSD.org
Tue Apr 26 21:15:58 UTC 2016


Author: madpilot
Date: Tue Apr 26 21:15:57 2016
New Revision: 414079
URL: https://svnweb.freebsd.org/changeset/ports/414079

Log:
  Convert to USES=mysql.

Modified:
  head/www/phprecipebook/Makefile

Modified: head/www/phprecipebook/Makefile
==============================================================================
--- head/www/phprecipebook/Makefile	Tue Apr 26 21:13:51 2016	(r414078)
+++ head/www/phprecipebook/Makefile	Tue Apr 26 21:15:57 2016	(r414079)
@@ -27,7 +27,8 @@ OPTIONS_SINGLE=	BACKEND
 OPTIONS_SINGLE_BACKEND=	MYSQL PGSQL
 OPTIONS_DEFAULT=	MYSQL
 
-MYSQL_USE=	PHP=mysql MYSQL=yes
+MYSQL_USE=	PHP=mysql
+MYSQL_USES=	mysql
 MYSQL_VARS=	IGNORE_WITH_PHP+=70
 PGSQL_USE=	PHP=pgsql
 PGSQL_USES=	pgsql


More information about the svn-ports-head mailing list