Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2024 18:24: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: 13108ec8cd63 - main - x11-wm/wayfire: sort _DEPENDS after e74e4a315d0f
Message-ID:  <202408241824.47OIOf2Y091115@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

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