git: 41360b862828 - main - x11/xdg-desktop-portal-wlr: unbreak with --auto-features=enabled

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 20 Mar 2023 20:00:01 UTC
The branch main has been updated by jbeich:

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

commit 41360b862828dadc804548886e9c03c66a94d903
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:43:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:58:58 +0000

    x11/xdg-desktop-portal-wlr: unbreak with --auto-features=enabled
    
    meson.build:111:0: ERROR: Dependency "systemd" not found, tried pkgconfig
    
    PR:             270361
---
 x11/xdg-desktop-portal-wlr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile
index 06d2d44ece5f..460b14fe9f9d 100644
--- a/x11/xdg-desktop-portal-wlr/Makefile
+++ b/x11/xdg-desktop-portal-wlr/Makefile
@@ -24,7 +24,7 @@ USES=		compiler:c11 gl meson pkgconfig
 USE_GITHUB=	yes
 USE_GL=		gbm
 GH_ACCOUNT=	emersion
-MESON_ARGS=	-Dsd-bus-provider=basu
+MESON_ARGS=	-Dsd-bus-provider=basu -Dsystemd=disabled
 PLIST_FILES=	libexec/${PORTNAME} \
 		share/dbus-1/services/org.freedesktop.impl.portal.desktop.wlr.service \
 		share/xdg-desktop-portal/portals/wlr.portal