git: 998c94b219f3 - main - x11/libwacom: unbreak with --auto-features=enabled

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 20 Mar 2023 16:33:23 UTC
The branch main has been updated by jbeich:

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

commit 998c94b219f38c3508393a65aa04d955ec7c027c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 16:32:45 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 16:33:12 +0000

    x11/libwacom: unbreak with --auto-features=enabled
    
    meson.build:172:0: ERROR: Program 'doxygen' not found or not executable
    
    PR:             270361
---
 x11/libwacom/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/libwacom/Makefile b/x11/libwacom/Makefile
index 62154ee6d967..07cf82354343 100644
--- a/x11/libwacom/Makefile
+++ b/x11/libwacom/Makefile
@@ -17,5 +17,6 @@ TEST_DEPENDS=	bash:shells/bash
 USES=		compiler:c++11-lang gnome meson pkgconfig tar:bz2
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
+MESON_ARGS=	-Ddocumentation=disabled
 
 .include <bsd.port.mk>