aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-28 08:07:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-28 08:28:16 +0000
commit7f6ce8fa2bc39bf77d5fc99a0967f9187464febb (patch)
tree01e2132972760f3c7b3a87a9a96f766db850a361
parent09df1b7f1f9befdc1e6eb9a67f5bf3d322627dad (diff)
downloadports-7f6ce8fa2bc39bf77d5fc99a0967f9187464febb.tar.gz
ports-7f6ce8fa2bc39bf77d5fc99a0967f9187464febb.zip
graphics/zathura: unbreak with --auto-features=enabled
meson.build:81:0: ERROR: Dependency "libseccomp" not found, tried pkgconfig data/meson.build:47:0: ERROR: Program 'appstream-util' not found or not executable PR: 270361 Reported by: antoine (via exp-run)
-rw-r--r--graphics/zathura/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile
index d1b494d8476a..c41c9b8f7ee2 100644
--- a/graphics/zathura/Makefile
+++ b/graphics/zathura/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
USES= compiler:c11 desktop-file-utils gettext-tools:build gnome meson \
ninja pkgconfig python:3.6+
USE_GNOME= gdkpixbuf2 glib20 gtk30
+MESON_ARGS= -Dseccomp=disabled -Dtests=disabled
OPTIONS_DEFINE= SQLITE SYNCTEX
OPTIONS_DEFAULT= SQLITE SYNCTEX