index | | raw e-mail
commit d91cff03ba0d9519f96bfb3080509319adb4670d
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-01-13 17:40:31 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-01-13 17:40:31 +0000
games/py-fife: fix build with python 3.12
PR: 285957
---
games/py-fife/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile
index 0f0ed82644c3..cb5ae2b4ba0c 100644
--- a/games/py-fife/Makefile
+++ b/games/py-fife/Makefile
@@ -56,7 +56,8 @@ LOGGING_CMAKE_BOOL= logging
PYTHON_CMAKE_BOOL= build-python
PYTHON_USES= python
PYTHON_USE= python=flavors
-PYTHON_BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig
+PYTHON_BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig \
+ ${PY_SETUPTOOLS}
PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
LIBRARY_CMAKE_BOOL= build-library
home |
help
