summaryrefslogtreecommitdiff
path: root/graphics/py-f3d/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-f3d/files/patch-CMakeLists.txt')
-rw-r--r--graphics/py-f3d/files/patch-CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-f3d/files/patch-CMakeLists.txt b/graphics/py-f3d/files/patch-CMakeLists.txt
index c1cd98364aa5..07462e7387eb 100644
--- a/graphics/py-f3d/files/patch-CMakeLists.txt
+++ b/graphics/py-f3d/files/patch-CMakeLists.txt
@@ -1,4 +1,4 @@
---- CMakeLists.txt.orig 2025-01-18 16:41:08 UTC
+--- CMakeLists.txt.orig 2025-04-16 06:15:03 UTC
+++ CMakeLists.txt
@@ -13,7 +13,7 @@ include(f3dPython)
include(GNUInstallDirs)
@@ -6,6 +6,6 @@
-find_package(Python 3.9 COMPONENTS Interpreter Development)
+find_package(Python ${FREEBSD_PYTHON_VER} COMPONENTS Interpreter Development)
- find_package(pybind11 2.2 REQUIRED)
+ find_package(pybind11 2.9.2 REQUIRED)
pybind11_add_module(pyf3d MODULE F3DPythonBindings.cxx)