diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-03-20 20:27:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-03-20 20:31:07 +0000 |
commit | 7c22f28089281d76b4bf531f15ce3f4c2b00be86 (patch) | |
tree | 7104296a829c763ec2eb6c78467febe90856e62b /deskutils | |
parent | b5fedf3a96124dba79e7fda6985820e06b51108c (diff) | |
download | ports-7c22f28089281d76b4bf531f15ce3f4c2b00be86.tar.gz ports-7c22f28089281d76b4bf531f15ce3f4c2b00be86.zip |
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xdg-desktop-portal/Makefile | 2 |
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) \ |