git: 9aae670565e4 - main - net-mgmt/virt-viewer: unbreak with --auto-features=enabled

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 30 Mar 2023 09:07:40 UTC
The branch main has been updated by jbeich:

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

commit 9aae670565e47e895fd5023fa2ac164f14a89272
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-30 08:19:24 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-30 09:07:18 +0000

    net-mgmt/virt-viewer: unbreak with --auto-features=enabled
    
    meson.build:438:0: ERROR: Dependency "govirt-1.0" not found, tried pkgconfig
    meson.build:460:0: ERROR: Dependency "bash-completion" not found, tried pkgconfig
    
    PR:             270361
    Reported by:    antoine (via exp-run)
---
 net-mgmt/virt-viewer/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile
index 42ee3eadf061..f1dc84455bbc 100644
--- a/net-mgmt/virt-viewer/Makefile
+++ b/net-mgmt/virt-viewer/Makefile
@@ -20,6 +20,7 @@ CPE_VENDOR=	redhat
 USE_GNOME=	gtk30 libxml2
 USE_PERL5=	build # pod2man
 USE_XORG=	xorgproto
+MESON_ARGS=	-Dbash_completion=disabled -Dovirt=disabled
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 
 OPTIONS_DEFINE=	SPICE VNC LIBVIRT VTE