git: bbc07a977f63 - main - devel/basu: unbreak with --auto-features=enabled

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

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

commit bbc07a977f6326fb98d5e034030d0c0a28594c47
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:00:05 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:25:44 +0000

    devel/basu: unbreak with --auto-features=enabled
    
    meson.build:239:0: ERROR: Dependency lookup for libcap with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.
    meson.build:243:0: ERROR: Dependency lookup for audit with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.
    
    PR:             270361
---
 devel/basu/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/basu/Makefile b/devel/basu/Makefile
index 12a42ed4003f..a61510b77fb9 100644
--- a/devel/basu/Makefile
+++ b/devel/basu/Makefile
@@ -14,5 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL2.1
 USES=		compiler:c11 gperf meson python:build shebangfix
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	src/basic/generate-gperfs.py
+MESON_ARGS=	-Daudit=disabled -Dlibcap=disabled
 
 .include <bsd.port.mk>