aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-30 08:18:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-30 09:07:18 +0000
commit5d8d864f5eba11aa7ecad9349305393e751a2162 (patch)
treea6a7da740aae9e8c706328177e9fc4b02d586d89
parentfab83b744b7ae4712ef1f9688a7da94b1d588662 (diff)
downloadports-5d8d864f5eba11aa7ecad9349305393e751a2162.tar.gz
ports-5d8d864f5eba11aa7ecad9349305393e751a2162.zip
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)
-rw-r--r--mail/geary/Makefile2
1 files changed, 1 insertions, 1 deletions
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