Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2024 18:15:19 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: 6e719c39438e - main - x11-wm/wlmaker: track x11/foot dependency
Message-ID:  <202401171815.40HIFJxS045942@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=6e719c39438e4b752b3882cf7eec700010b3795e

commit 6e719c39438e4b752b3882cf7eec700010b3795e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-01-17 18:06:34 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-01-17 18:14:46 +0000

    x11-wm/wlmaker: track x11/foot dependency
    
    Docks and keybindings are not configurable yet. See upstream roadmap.
---
 x11-wm/wlmaker/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/wlmaker/Makefile b/x11-wm/wlmaker/Makefile
index 6ede9a25dd47..c9b1226a5c02 100644
--- a/x11-wm/wlmaker/Makefile
+++ b/x11-wm/wlmaker/Makefile
@@ -23,6 +23,7 @@ LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim \
 		libwayland-server.so:graphics/wayland \
 		libwlroots.so:x11-toolkits/wlroots \
 		libxkbcommon.so:x11/libxkbcommon
+RUN_DEPENDS=	foot:x11/foot
 
 USES=		cmake compiler:c11 gnome pkgconfig
 USE_GITHUB=	yes



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