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
This commit is contained in:
Jan Beich 2023-03-20 20:27:13 +00:00
parent b5fedf3a96
commit 7c22f28089

View file

@ -21,6 +21,8 @@ USE_GNOME= glib20
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= flatpak GH_ACCOUNT= flatpak
MESON_ARGS= -Ddocbook-docs=disabled -Dsystemd=disabled
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if (${OSVERSION} >= 1400000 && ${OSVERSION} < 1400008) \ .if (${OSVERSION} >= 1400000 && ${OSVERSION} < 1400008) \