git: 6e719c39438e - main - x11-wm/wlmaker: track x11/foot dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jan 2024 18:15:19 UTC
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