From a1bccfffd35a892ac90a0e91cdf887dc99e6456e Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Tue, 1 Feb 2022 19:39:56 +0300 Subject: [PATCH] graphics/py-opencolorio: adjust after master port update PR: 260305 Sponsored by: Netzkommune GmbH. --- graphics/py-opencolorio/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/py-opencolorio/Makefile b/graphics/py-opencolorio/Makefile index 60a11a7e5e11..255684dfd78d 100644 --- a/graphics/py-opencolorio/Makefile +++ b/graphics/py-opencolorio/Makefile @@ -1,11 +1,11 @@ -# Created by: Shane Ambler - +PORTREVISION= 0 +CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= OpenColorIO python bindings MASTERDIR= ${.CURDIR}/../opencolorio OCIO_SLAVE= pymodule -OPTIONS_EXCLUDE=DOCS +OPTIONS_EXCLUDE=${OPTIONS_DEFINE} .include "${MASTERDIR}/Makefile"