aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-10-15 12:39:03 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-10-15 13:48:57 +0000
commitade460a9ffe449c953506c97dbe3e59d88fc2d28 (patch)
treea774b28b2fd06d3d66a8d9cf482896d70ab7139b
parentfb41cc7c6cd9ab66e9a078f28bb4b82e8ffa5d5f (diff)
downloadports-ade460a9ffe449c953506c97dbe3e59d88fc2d28.tar.gz
ports-ade460a9ffe449c953506c97dbe3e59d88fc2d28.zip
devel/py-lief: Correct build dependency of CMake
CMake binary is provided by devel/cmake-core not devel/cmake which is a metaport Approved by: portmgr (blanket)
-rw-r--r--devel/py-lief/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-lief/Makefile b/devel/py-lief/Makefile
index db3d6618072e..4b4123b47ba0 100644
--- a/devel/py-lief/Makefile
+++ b/devel/py-lief/Makefile
@@ -12,7 +12,7 @@ LICENSE= APACHE20
# Note: cmake is needed to build, but distutils is used directly.
# If USES= cmake is set, the build will not work.
-BUILD_DEPENDS= cmake:devel/cmake
+BUILD_DEPENDS= cmake:devel/cmake-core
USES= python zip
USE_PYTHON= concurrent distutils