aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-04-08 12:05:58 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-04-13 05:09:08 +0000
commit979f225318ea751148e4bd3d2092be22d5092812 (patch)
tree47f4796ce6c2e9636df8b423227eff7f0c9f602b
parent240e33ceeb2037ac840dd60bcc7d4db68829776a (diff)
downloadports-979f225318ea751148e4bd3d2092be22d5092812.tar.gz
ports-979f225318ea751148e4bd3d2092be22d5092812.zip
graphics/wrapland: require newer wayland-protocols after 0ef5a42d3571
-rw-r--r--graphics/wrapland/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/wrapland/Makefile b/graphics/wrapland/Makefile
index eee0e85bf415..639bcf1816ec 100644
--- a/graphics/wrapland/Makefile
+++ b/graphics/wrapland/Makefile
@@ -11,7 +11,7 @@ LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
- wayland-protocols>=1.22:graphics/wayland-protocols
+ wayland-protocols>=1.27:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT}