git: 2379cc5807ef - main - graphics/py-djvulibre: Change USE_PYTHON from cython to cython0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Jan 2026 12:00:34 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2379cc5807ef050fb4616d919cd27636dd783baa
commit 2379cc5807ef050fb4616d919cd27636dd783baa
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:45:20 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:54:08 +0000
graphics/py-djvulibre: Change USE_PYTHON from cython to cython0
PR: 291778
---
graphics/py-djvulibre/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/py-djvulibre/Makefile b/graphics/py-djvulibre/Makefile
index 47cbd8cec17c..8f511e4586d8 100644
--- a/graphics/py-djvulibre/Makefile
+++ b/graphics/py-djvulibre/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
USES= python pkgconfig
-USE_PYTHON= distutils cython autoplist pytest
+USE_PYTHON= autoplist cython0 distutils pytest
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC= ${WRKSRC}/tests