diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-07-13 00:17:47 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-07-13 00:36:37 +0000 |
commit | 8b37e70967496af61c07692412b195bb8a6ae69f (patch) | |
tree | 7d5ceec7378baed1ccf3ef0757d42e880b3d5d39 | |
parent | 20de9a1b52e1733c138cb00afd785432ef2f4135 (diff) |
x11-wm/sway-devel: back to default wlroots
-rw-r--r-- | x11-wm/sway-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile index ae7bcf729e40..4edc0d1c98b7 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= sway DISTVERSION= 1.9-165 # git rev-list --count 1.9.. DISTVERSIONSUFFIX= -g8c5b23e59 +PORTREVISION= 1 CATEGORIES= x11-wm wayland PKGNAMESUFFIX= -devel @@ -19,7 +20,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libpcre2-8.so:devel/pcre2 \ libdrm.so:graphics/libdrm \ libwayland-egl.so:graphics/wayland \ - libwlroots-0.18.so:x11-toolkits/wlroots-devel \ + libwlroots-0.18.so:x11-toolkits/wlroots \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon |