aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-06-07 16:04:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-07 16:32:02 +0000
commitd13d039dd9969317033085cb29f932ca9ac7ecc7 (patch)
tree3f0db7001c2ab2e9f8f580694c206a4fd3e661b0
parentc8ee98641064dad1082c655e05c7a1f179322bfe (diff)
downloadports-d13d039dd9969317033085cb29f932ca9ac7ecc7.tar.gz
ports-d13d039dd9969317033085cb29f932ca9ac7ecc7.zip
multimedia/py-opentimelineio: Fix typo
-rw-r--r--multimedia/py-opentimelineio/Makefile2
1 files changed, 1 insertions, 1 deletions
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}