diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-06 10:06:01 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-10-25 13:07:31 +0000 |
commit | 239d3a1840f01b176714d88568c4dd9c174d2ae8 (patch) | |
tree | 8a531dded059cda9731bf87e982125f67494ef6e /x11-wm/sway-devel | |
parent | 6a79b4493f06870b1720a3379e04005074c494fd (diff) | |
download | ports-239d3a1840f01b176714d88568c4dd9c174d2ae8.tar.gz ports-239d3a1840f01b176714d88568c4dd9c174d2ae8.zip |
Diffstat (limited to 'x11-wm/sway-devel')
-rw-r--r-- | x11-wm/sway-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile index 1c7d6676d02f..256dbdeaad45 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -16,6 +16,8 @@ WWW?= https://swaywm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build after https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/a289f812d620 + BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.24:graphics/wayland-protocols \ wlroots>=0.16.0.702<0.17.0:x11-toolkits/wlroots |