aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-01-04 19:51:08 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-01-04 19:51:08 +0000
commit7d716d7b982aaf1f33ec0398a6aca528821f5c6e (patch)
treecd28baeccf3a10b352997cd7c1d032b1b38d406f
parent63e8a0841f2d65f54e0dddf4ed8706e105723e2a (diff)
downloadports-7d716d7b982aaf1f33ec0398a6aca528821f5c6e.tar.gz
ports-7d716d7b982aaf1f33ec0398a6aca528821f5c6e.zip
deskutils/xdg-desktop-portal: Fix missing dependency.
PR: 276100 Reported by: Lexi Winter <lexi.freebsd@le-fay.org>
-rw-r--r--deskutils/xdg-desktop-portal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xdg-desktop-portal/Makefile b/deskutils/xdg-desktop-portal/Makefile
index 776c4d3c66ed..726224b9336e 100644
--- a/deskutils/xdg-desktop-portal/Makefile
+++ b/deskutils/xdg-desktop-portal/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libfuse3.so:sysutils/fusefs-libs3 \
USES= gettext-tools gmake gnome meson pkgconfig
-USE_GNOME= glib20
+USE_GNOME= gdkpixbuf2 glib20
USE_GITHUB= yes
GH_ACCOUNT= flatpak