git: d8b132da46cd - 2023Q3 - x11-wm/gamescope: drop unused dependency after f59477a32434
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Aug 2023 17:24:21 UTC
The branch 2023Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8b132da46cd317067f6b8dbe639f076c7dd0e0d commit d8b132da46cd317067f6b8dbe639f076c7dd0e0d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-28 16:45:01 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-28 17:24:06 +0000 x11-wm/gamescope: drop unused dependency after f59477a32434 https://github.com/ValveSoftware/gamescope/commit/5fedd45d2f9e (cherry picked from commit e6615105ba8e30bd2747a74ec862b3c8e1129127) --- x11-wm/gamescope/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index a4c4ecfb3a03..126d3bb562b4 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -22,8 +22,7 @@ BUILD_DEPENDS= glslangValidator:graphics/glslang \ wayland-protocols>=1.17:graphics/wayland-protocols \ hwdata>0:misc/hwdata \ wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots -LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ - libdrm.so:graphics/libdrm \ +LIB_DEPENDS= libdrm.so:graphics/libdrm \ libliftoff.so:graphics/libliftoff \ libvulkan.so:graphics/vulkan-loader \ libwayland-server.so:graphics/wayland \