git: ade460a9ffe4 - main - devel/py-lief: Correct build dependency of CMake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Oct 2023 13:49:13 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ade460a9ffe449c953506c97dbe3e59d88fc2d28 commit ade460a9ffe449c953506c97dbe3e59d88fc2d28 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-15 12:39:03 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-15 13:48:57 +0000 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) --- devel/py-lief/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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