svn commit: r503828 - head/graphics/photoflow
Yuri Victorovich
yuri at FreeBSD.org
Sun Jun 9 15:44:37 UTC 2019
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>
More information about the svn-ports-all
mailing list