summaryrefslogtreecommitdiff
path: root/graphics/py-f3d/files/patch-CMakeLists.txt
blob: 07462e7387eb5b3bdd80d4ab4ca541fb17fd3fa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2025-04-16 06:15:03 UTC
+++ CMakeLists.txt
@@ -13,7 +13,7 @@ include(f3dPython)
 include(GNUInstallDirs)
 include(f3dPython)
 
-find_package(Python 3.9 COMPONENTS Interpreter Development)
+find_package(Python ${FREEBSD_PYTHON_VER} COMPONENTS Interpreter Development)
 find_package(pybind11 2.9.2 REQUIRED)
 
 pybind11_add_module(pyf3d MODULE F3DPythonBindings.cxx)