git: 5110b89a943a - main - x11-wm/river: revert to lang/zig after 0.9.0 release
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jan 2022 09:20:06 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=5110b89a943ac5c7644212c227d3c8e5e4aaffc7 commit 5110b89a943ac5c7644212c227d3c8e5e4aaffc7 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2022-01-04 09:19:29 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2022-01-04 09:19:29 +0000 x11-wm/river: revert to lang/zig after 0.9.0 release Approved by: jbeich Sponsored by: SkunkWerks, GmbH --- x11-wm/river/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index f07a4307be85..b21009a028b0 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>0:graphics/wayland-protocols \ wlroots>=0.15.0:x11-toolkits/wlroots \ - zig-devel>=0.9.0:lang/zig-devel + zig>=0.9.0:lang/zig LIB_DEPENDS= libevdev.so:devel/libevdev \ libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \