diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2025-11-24 09:18:37 +0100 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2025-11-24 23:02:45 +0100 |
| commit | a34bb839bb2ae3095721ef0c13d1ae75a9b7c625 (patch) | |
| tree | ff01e93483753c96f576afc5f196226e027d363c | |
| parent | audio/webrtc-audio-processing2: simplify MESON_ARGS after 5cf2c031f53e (diff) | |
devel/basu: simplify MESON_ARGS after 5cf2c031f53e
| -rw-r--r-- | devel/basu/Makefile | 2 |
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> |
