Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 09:03:34 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502702 - head/databases/vfront
Message-ID:  <201905260903.x4Q93Yq0074445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905260903.x4Q93Yq0074445>