git: 0a8b8b75db30 - main - security/p11-kit: unbreak with --auto-features=enabled

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

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

commit 0a8b8b75db300b3791029f7a37f320a31ae407af
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 16:13:45 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 16:14:16 +0000

    security/p11-kit: unbreak with --auto-features=enabled
    
    meson.build:390:0: ERROR: Dependency "libsystemd" not found, tried pkgconfig
    
    PR:             270361
---
 security/p11-kit/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile
index 3c0f87d563c1..468c29581cb3 100644
--- a/security/p11-kit/Makefile
+++ b/security/p11-kit/Makefile
@@ -23,6 +23,7 @@ CPE_VENDOR=	p11-kit_project
 MESON_ARGS=	-Dbash_completion=enabled \
 		-Dlibffi=enabled \
 		-Dnls=false \
+		-Dsystemd=disabled \
 		-Dtrust_module=enabled \
 		-Dtrust_paths=${DATADIR}/certs