git: d13d039dd996 - main - multimedia/py-opentimelineio: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jun 2024 16:32:05 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d13d039dd9969317033085cb29f932ca9ac7ecc7 commit d13d039dd9969317033085cb29f932ca9ac7ecc7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-07 16:04:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-07 16:32:02 +0000 multimedia/py-opentimelineio: Fix typo --- multimedia/py-opentimelineio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/py-opentimelineio/Makefile b/multimedia/py-opentimelineio/Makefile index d1856dba8297..9b56ead18641 100644 --- a/multimedia/py-opentimelineio/Makefile +++ b/multimedia/py-opentimelineio/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/PixarAnimationStudios/OpenTimelineIO LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN= fals to build with Python-3.11, see https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1759 +BROKEN= fails to build with Python-3.11, see https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1759 LIB_DEPENDS= libImath-3_1.so:math/Imath TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}