git: f39353fc5923 - main - security/p11-kit: drop redundant MESON_ARGS after 3507fb3e4ec9

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 01 Apr 2023 08:55:09 UTC
The branch main has been updated by jbeich:

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

commit f39353fc59232828444626a1065a57fcef907b11
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-01 08:51:08 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-01 08:51:11 +0000

    security/p11-kit: drop redundant MESON_ARGS after 3507fb3e4ec9
    
    PR:             270364
    Approved by:    novel (maintainer)
---
 security/p11-kit/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile
index 468c29581cb3..838f13473ab2 100644
--- a/security/p11-kit/Makefile
+++ b/security/p11-kit/Makefile
@@ -20,11 +20,8 @@ USE_LDCONFIG=	yes
 
 CPE_VENDOR=	p11-kit_project
 
-MESON_ARGS=	-Dbash_completion=enabled \
-		-Dlibffi=enabled \
-		-Dnls=false \
+MESON_ARGS=	-Dnls=false \
 		-Dsystemd=disabled \
-		-Dtrust_module=enabled \
 		-Dtrust_paths=${DATADIR}/certs
 
 OPTIONS_DEFINE=		DOCS MANPAGES TEST