diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-09 15:44:36 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-09 15:44:36 +0000 |
commit | bd42e25df01e02c1ac78e931585f71b0a8d82890 (patch) | |
tree | ae65da718f0187b007ed24470028b4b9bdcd0241 /graphics | |
parent | 664e80bbbce5ed9c379d552237aa1028468acbb3 (diff) |
graphics/photoflo: Rename the option
Reported by: mat
Notes
Notes:
svn path=/head/; revision=503828
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/photoflow/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/photoflow/Makefile b/graphics/photoflow/Makefile index bc7722f76e8e..1b886e5b608b 100644 --- a/graphics/photoflow/Makefile +++ b/graphics/photoflow/Makefile @@ -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> |