diff options
Diffstat (limited to 'x11-wm/cage/Makefile')
-rw-r--r-- | x11-wm/cage/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/cage/Makefile b/x11-wm/cage/Makefile index 4f6f38948bd0..8dbdc7f4f0ef 100644 --- a/x11-wm/cage/Makefile +++ b/x11-wm/cage/Makefile @@ -1,7 +1,6 @@ PORTNAME= cage DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 -PORTREVISION= 1 +DISTVERSION= 0.2.1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libwayland-server.so:graphics/wayland \ - libwlroots-0.18.so:x11-toolkits/wlroots018 \ + libwlroots-0.19.so:x11-toolkits/wlroots019 \ libxkbcommon.so:x11/libxkbcommon USES= compiler:c11 meson pkgconfig |