git: a1bccfffd35a - main - graphics/py-opencolorio: adjust after master port update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 17:04:36 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1bccfffd35a892ac90a0e91cdf887dc99e6456e commit a1bccfffd35a892ac90a0e91cdf887dc99e6456e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-02-01 16:39:56 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-02-01 17:04:14 +0000 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 <FreeBSD@Shaneware.biz> - +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"