Date: Tue, 26 Apr 2016 21:15:57 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414079 - head/www/phprecipebook Message-ID: <201604262115.u3QLFvbo051793@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604262115.u3QLFvbo051793>