summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/py-ezc3d/Makefile2
-rw-r--r--misc/py-onnx/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-ezc3d/Makefile b/misc/py-ezc3d/Makefile
index cb92eb499b06..27a57dcf5b8b 100644
--- a/misc/py-ezc3d/Makefile
+++ b/misc/py-ezc3d/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
- cmake:devel/cmake \
+ cmake:devel/cmake-core \
swig:devel/swig
RUN_DEPENDS= ${PYNUMPY}
diff --git a/misc/py-onnx/Makefile b/misc/py-onnx/Makefile
index 67635e382ce9..84c6372376d9 100644
--- a/misc/py-onnx/Makefile
+++ b/misc/py-onnx/Makefile
@@ -12,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bash:shells/bash \
- cmake:devel/cmake \
+ cmake:devel/cmake-core \
protoc-gen-mypy:devel/py-mypy-protobuf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}