summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2025-11-24 09:18:37 +0100
committerJan Beich <jbeich@FreeBSD.org>2025-11-24 23:02:45 +0100
commita34bb839bb2ae3095721ef0c13d1ae75a9b7c625 (patch)
treeff01e93483753c96f576afc5f196226e027d363c
parentaudio/webrtc-audio-processing2: simplify MESON_ARGS after 5cf2c031f53e (diff)
devel/basu: simplify MESON_ARGS after 5cf2c031f53e
-rw-r--r--devel/basu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/basu/Makefile b/devel/basu/Makefile
index a61510b77fb9..c5608b2aada6 100644
--- a/devel/basu/Makefile
+++ b/devel/basu/Makefile
@@ -14,6 +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
+MESON_DISABLED= audit libcap
.include <bsd.port.mk>