Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2025 22:04:32 +0000
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a34bb839bb2a - main - devel/basu: simplify MESON_ARGS after 5cf2c031f53e
Message-ID:  <6924d670.34141.68d9fb9a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jbeich:

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

commit a34bb839bb2ae3095721ef0c13d1ae75a9b7c625
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-11-24 08:18:37 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-11-24 22:02:45 +0000

    devel/basu: simplify MESON_ARGS after 5cf2c031f53e
---
 devel/basu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6924d670.34141.68d9fb9a>