svn commit: r502702 - head/databases/vfront

Tobias Kortkamp tobik at FreeBSD.org
Sun May 26 09:03:34 UTC 2019


Author: tobik
Date: Sun May 26 09:03:33 2019
New Revision: 502702
URL: https://svnweb.freebsd.org/changeset/ports/502702

Log:
  databases/vfront: Upcase OPTIONS_MULTI as we normally do

Modified:
  head/databases/vfront/Makefile

Modified: head/databases/vfront/Makefile
==============================================================================
--- head/databases/vfront/Makefile	Sun May 26 09:01:41 2019	(r502701)
+++ head/databases/vfront/Makefile	Sun May 26 09:03:33 2019	(r502702)
@@ -18,8 +18,8 @@ PLIST=		${WRKDIR}/pkg-plist
 
 USES=		php
 
-OPTIONS_MULTI=	database
-OPTIONS_MULTI_database=	MYSQL PGSQL
+OPTIONS_MULTI=	DATABASE
+OPTIONS_MULTI_DATABASE=	MYSQL PGSQL
 OPTIONS_DEFAULT=	MYSQL PGSQL
 
 MYSQL_USE=	MYSQL=yes PHP=mysqli


More information about the svn-ports-all mailing list