Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2024 18:31:12 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b97627135c80 - main - x11-wm/chamfer: convert to cmake:indirect
Message-ID:  <202404171831.43HIVClR009462@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b97627135c803704bc8ef92edd6aca617884552d

commit b97627135c803704bc8ef92edd6aca617884552d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-17 18:16:28 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-17 18:30:09 +0000

    x11-wm/chamfer: convert to cmake:indirect
---
 x11-wm/chamfer/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile
index fac0a4d8bf25..fa0ff686ebc8 100644
--- a/x11-wm/chamfer/Makefile
+++ b/x11-wm/chamfer/Makefile
@@ -11,7 +11,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \
 		${PYTHON_PKGNAMEPREFIX}boost-libs>0:devel/boost-python-libs@${PY_FLAVOR} \
-		cmake:devel/cmake-core \
 		${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \
 		spirv-opt:graphics/spirv-tools \
 		vulkan-headers>0:graphics/vulkan-headers \
@@ -27,7 +26,8 @@ LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader \
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR}
 
-USES=		compiler:c++17-lang meson localbase pkgconfig python xorg
+USES=		cmake:indirect compiler:c++17-lang meson localbase \
+		pkgconfig python xorg
 USE_GITHUB=	yes
 USE_XORG=	xcb
 GH_ACCOUNT=	jaelpark



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