diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-08-28 04:47:55 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-08-28 14:45:15 +0200 |
commit | 679879bda217c9725a2a4cf2d51cffe143eb7e66 (patch) | |
tree | 24e79fba132ef083c8bb2d1e22a2fed906668018 | |
parent | editors/lapce: Fix build with rust 1.80.0 (diff) |
x11-wm/dwl: default to x11/wmenu after d30161f85f4b
https://codeberg.org/dwl/dwl/commit/5c19e23146b6
-rw-r--r-- | x11-wm/dwl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/dwl/Makefile b/x11-wm/dwl/Makefile index a512bb1fcfb5..f86cf7ea8d68 100644 --- a/x11-wm/dwl/Makefile +++ b/x11-wm/dwl/Makefile @@ -35,7 +35,7 @@ OPTIONS_DEFAULT=ADDONS X11 ADDONS_DESC= Install extra applications: ${ADDONS_RUN_DEPENDS:C/\:.*//} ADDONS_RUN_DEPENDS?= foot:x11/foot \ - bemenu-run:x11/bemenu + wmenu-run:x11/wmenu X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm X11_USES= xorg |