Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2024 18:31:11 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: 1caac90f822f - main - devel/wf-config: convert to cmake:indirect
Message-ID:  <202404171831.43HIVBKD009422@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=1caac90f822fa21aa2ee2ee529b02f76cd8b76bf

commit 1caac90f822fa21aa2ee2ee529b02f76cd8b76bf
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:07 +0000

    devel/wf-config: convert to cmake:indirect
---
 devel/wf-config/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/wf-config/Makefile b/devel/wf-config/Makefile
index a76103150995..51f16a87e381 100644
--- a/devel/wf-config/Makefile
+++ b/devel/wf-config/Makefile
@@ -10,15 +10,14 @@ WWW=		https://wayfire.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	cmake:devel/cmake-core \
-		evdev-proto>0:devel/evdev-proto \
+BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		wayland-protocols>0:graphics/wayland-protocols \
 		glm>0:math/glm
 LIB_DEPENDS=	libevdev.so:devel/libevdev
 RUN_DEPENDS=	glm>0:math/glm
 TEST_DEPENDS=	doctest>0:devel/doctest
 
-USES=		compiler:c++17-lang gnome meson pkgconfig
+USES=		cmake:indirect compiler:c++17-lang gnome meson pkgconfig
 USE_GITHUB=	yes
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes



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