Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 01:21:41 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: adb37cf7752b - main - x11-wm/gamescope: sort *_DEPENDS and PLIST_*
Message-ID:  <202307260121.36Q1Lfl0023050@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=adb37cf7752be186db348a39d861ae5776f29368

commit adb37cf7752be186db348a39d861ae5776f29368
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-07-26 01:00:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-07-26 01:20:43 +0000

    x11-wm/gamescope: sort *_DEPENDS and PLIST_*
---
 x11-wm/gamescope/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile
index a4c4ecfb3a03..fb5756cfeb3f 100644
--- a/x11-wm/gamescope/Makefile
+++ b/x11-wm/gamescope/Makefile
@@ -15,8 +15,8 @@ WWW=		https://github.com/ValveSoftware/gamescope
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	glslangValidator:graphics/glslang \
-		evdev-proto>0:devel/evdev-proto \
+BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
+		glslangValidator:graphics/glslang \
 		libliftoff>=0.4.0<0.5.0:graphics/libliftoff \
 		vulkan-headers>0:graphics/vulkan-headers \
 		wayland-protocols>=1.17:graphics/wayland-protocols \
@@ -38,10 +38,10 @@ USE_XORG=	x11 xcomposite xdamage xext xfixes xrender xres xtst xxf86vm
 GH_ACCOUNT=	ValveSoftware
 GH_TUPLE=	nothings:stb:af1a5bc:stb/subprojects/stb \
 		Joshua-Ashton:vkroots:e6b8949:vkroots/subprojects/vkroots
+MESON_ARGS=	--force-fallback-for= # allow system wlroots + libliftoff
 PLIST_FILES=	bin/${PORTNAME} \
 		lib/libVkLayer_FROG_${PORTNAME}_wsi.so \
 		share/vulkan/implicit_layer.d/VkLayer_FROG_${PORTNAME}_wsi.json
-MESON_ARGS=	--force-fallback-for= # allow system wlroots + libliftoff
 
 OPTIONS_DEFINE=	PIPEWIRE
 OPTIONS_DEFAULT=PIPEWIRE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307260121.36Q1Lfl0023050>