aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-20 20:27:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-20 20:31:07 +0000
commit7c22f28089281d76b4bf531f15ce3f4c2b00be86 (patch)
tree7104296a829c763ec2eb6c78467febe90856e62b
parentb5fedf3a96124dba79e7fda6985820e06b51108c (diff)
downloadports-7c22f28089281d76b4bf531f15ce3f4c2b00be86.tar.gz
ports-7c22f28089281d76b4bf531f15ce3f4c2b00be86.zip
deskutils/xdg-desktop-portal: unbreak with --auto-features=enabled
meson.build:114:0: ERROR: Dependency "libsystemd" not found, tried pkgconfig meson.build:152:0: ERROR: Program 'xmlto' not found or not executable PR: 270361
-rw-r--r--deskutils/xdg-desktop-portal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/xdg-desktop-portal/Makefile b/deskutils/xdg-desktop-portal/Makefile
index ff16a727dced..a44c2f5ce30b 100644
--- a/deskutils/xdg-desktop-portal/Makefile
+++ b/deskutils/xdg-desktop-portal/Makefile
@@ -21,6 +21,8 @@ USE_GNOME= glib20
USE_GITHUB= yes
GH_ACCOUNT= flatpak
+MESON_ARGS= -Ddocbook-docs=disabled -Dsystemd=disabled
+
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 1400000 && ${OSVERSION} < 1400008) \