Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2023 13:49:13 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ade460a9ffe4 - main - devel/py-lief: Correct build dependency of CMake
Message-ID:  <202310151349.39FDnDWt010365@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310151349.39FDnDWt010365>