aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-11-21 16:39:51 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-11-21 17:24:01 +0000
commita685e286ea48087b18ab9f61c206009268a5a715 (patch)
tree25ba99e85e11d445ffd27d179ffc0fe07c712b2e
parent1b744b687e87a63e58f21a30c2cf8005335494a4 (diff)
downloadports-a685e286ea48087b18ab9f61c206009268a5a715.tar.gz
ports-a685e286ea48087b18ab9f61c206009268a5a715.zip
x11-wm/sway-devel: back to default wlroots
-rw-r--r--x11-wm/sway-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile
index 3e5f65e4b8c7..6b6574810858 100644
--- a/x11-wm/sway-devel/Makefile
+++ b/x11-wm/sway-devel/Makefile
@@ -1,6 +1,7 @@
PORTNAME= sway
DISTVERSION?= 1.8.1-216 # git rev-list --count 1.8.1..
DISTVERSIONSUFFIX?= -g9d666a08e
+PORTREVISION= 1
CATEGORIES= x11-wm wayland
PKGNAMESUFFIX?= -devel
@@ -17,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>=1.24:graphics/wayland-protocols \
- wlroots>=0.16.0.766<0.18.0:x11-toolkits/wlroots
+ wlroots>=0.17.0<0.18.0:x11-toolkits/wlroots
LIB_DEPENDS= libjson-c.so:devel/json-c \
libevdev.so:devel/libevdev \
libudev.so:devel/libudev-devd \
@@ -66,5 +67,4 @@ post-patch:
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
${WRKSRC}/meson.build
-.include "${.CURDIR:H:H}/x11-toolkits/wlroots-devel/override.mk"
.include <bsd.port.mk>