git: 5d8d864f5eba - main - mail/geary: unbreak with --auto-features=enabled

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

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

commit 5d8d864f5eba11aa7ecad9349305393e751a2162
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-30 08:18:12 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-30 09:07:18 +0000

    mail/geary: unbreak with --auto-features=enabled
    
    meson.build:199:0: ERROR: Program 'valadoc' not found or not executable
    
    PR:             270361
    Reported by:    antoine (via exp-run)
---
 mail/geary/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/geary/Makefile b/mail/geary/Makefile
index 2c0eae5ec176..1d34ba62bfa7 100644
--- a/mail/geary/Makefile
+++ b/mail/geary/Makefile
@@ -47,7 +47,7 @@ USE_LDCONFIG=	yes
 
 SHEBANG_FILES=	desktop/geary-attach
 
-MESON_ARGS=	-Dprofile=release
+MESON_ARGS=	-Dprofile=release -Dvaladoc=disabled
 BINARY_ALIAS=	python3=${PYTHON_VERSION}
 
 CFLAGS+=	-Wno-error=int-conversion