Date: Sun, 10 Nov 2024 06:32:51 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d88e3e8de251 - main - x11-wm/lxqt-wayland-session: Fix build Message-ID: <202411100632.4AA6WpP8083383@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=d88e3e8de25176ca30e29e3032e45845f98de4e1 commit d88e3e8de25176ca30e29e3032e45845f98de4e1 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-11-10 06:31:32 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-11-10 06:31:32 +0000 x11-wm/lxqt-wayland-session: Fix build - Add missing dependency --- x11-wm/lxqt-wayland-session/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/lxqt-wayland-session/Makefile b/x11-wm/lxqt-wayland-session/Makefile index d73319f01513..b3b890837bfa 100644 --- a/x11-wm/lxqt-wayland-session/Makefile +++ b/x11-wm/lxqt-wayland-session/Makefile @@ -18,6 +18,6 @@ USES= cmake gl localbase:ldflags perl5 pkgconfig lxqt:2 \ USE_GL= gl USE_PERL5= build USE_XORG= ice sm xcb xext -USE_LXQT= buildtools2 +USE_LXQT= buildtools2 lxqt .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411100632.4AA6WpP8083383>