Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2019 15:44:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503828 - head/graphics/photoflow
Message-ID:  <201906091544.x59FiavG041162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jun  9 15:44:36 2019
New Revision: 503828
URL: https://svnweb.freebsd.org/changeset/ports/503828

Log:
  graphics/photoflo: Rename the option
  
  Reported by:	mat

Modified:
  head/graphics/photoflow/Makefile

Modified: head/graphics/photoflow/Makefile
==============================================================================
--- head/graphics/photoflow/Makefile	Sun Jun  9 15:40:52 2019	(r503827)
+++ head/graphics/photoflow/Makefile	Sun Jun  9 15:44:36 2019	(r503828)
@@ -32,11 +32,11 @@ LDFLAGS+=	-lexecinfo
 
 INSTALLS_ICONS=	yes
 
-OPTIONS_DEFINE=			OCIO_ENABLED
-OPTIONS_SUB=			yes
+OPTIONS_DEFINE=		OCIO
+OPTIONS_SUB=		yes
 
-OCIO_ENABLED_DESC=		Enable the integration of OpenColorIO
-OCIO_ENABLED_CMAKE_BOOL=	OCIO_ENABLED
-OCIO_ENABLED_LIB_DEPENDS=	libOpenColorIO.so:graphics/opencolorio
+OCIO_DESC=		Enable the integration of OpenColorIO
+OCIO_CMAKE_BOOL=	OCIO_ENABLED
+OCIO_LIB_DEPENDS=	libOpenColorIO.so:graphics/opencolorio
 
 .include <bsd.port.mk>



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