git: 13108ec8cd63 - main - x11-wm/wayfire: sort _DEPENDS after e74e4a315d0f

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 24 Aug 2024 18:24:41 UTC
The branch main has been updated by jbeich:

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

commit 13108ec8cd63eb09de2e7942cdc699926b0df1a1
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-08-24 18:24:35 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-08-24 18:24:35 +0000

    x11-wm/wayfire: sort _DEPENDS after e74e4a315d0f
---
 x11-wm/wayfire/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index 8d6c031a9ae8..d062c416912d 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -24,8 +24,8 @@ LIB_DEPENDS=	libevdev.so:devel/libevdev \
 		libwlroots.so:x11-toolkits/wlroots017 \
 		libinput.so:x11/libinput \
 		libxkbcommon.so:x11/libxkbcommon
-TEST_DEPENDS=	doctest>0:devel/doctest
 RUN_DEPENDS=	nlohmann-json>0:devel/nlohmann-json
+TEST_DEPENDS=	doctest>0:devel/doctest
 
 USES=		cmake:indirect compiler:c++17-lang gl gnome jpeg meson pkgconfig xorg
 USE_GITHUB=	yes