Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2025 22:04:36 +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: cbe67621a0b2 - main - net/wayvnc: simplify MESON_ARGS after 5cf2c031f53e
Message-ID:  <6924d674.33923.75c54b93@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=cbe67621a0b2a5dec9d35a508d37e87fc99c60a0

commit cbe67621a0b2a5dec9d35a508d37e87fc99c60a0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-11-22 13:53:38 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-11-24 22:02:46 +0000

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

diff --git a/net/wayvnc/Makefile b/net/wayvnc/Makefile
index 211ce5f857f9..8a598088032d 100644
--- a/net/wayvnc/Makefile
+++ b/net/wayvnc/Makefile
@@ -26,7 +26,7 @@ USE_LDCONFIG=	yes
 GH_ACCOUNT=	any1
 PLIST_FILES=	bin/${PORTNAME} \
 		bin/${PORTNAME}ctl
-MESON_ARGS=	-Dtests=false
+MESON_FALSE=	tests
 
 OPTIONS_DEFINE=	MANPAGES OPENGL
 OPTIONS_DEFAULT=MANPAGES OPENGL


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6924d674.33923.75c54b93>