git: e2517da27ffd - main - deskutils/foliate: Fix build dependencies.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Jun 2025 06:36:32 UTC
The branch main has been updated by fox: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2517da27ffd4be3227d02e99f453bdaace0e74a commit e2517da27ffd4be3227d02e99f453bdaace0e74a Author: Santhosh Raju <fox@FreeBSD.org> AuthorDate: 2025-06-10 06:34:46 +0000 Commit: Santhosh Raju <fox@FreeBSD.org> CommitDate: 2025-06-10 06:36:21 +0000 deskutils/foliate: Fix build dependencies. --- deskutils/foliate/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deskutils/foliate/Makefile b/deskutils/foliate/Makefile index 1ede48fd69e6..90f15b768d61 100644 --- a/deskutils/foliate/Makefile +++ b/deskutils/foliate/Makefile @@ -12,9 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= appstream-util:devel/appstream-glib \ gjs-console:lang/gjs LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita -RUN_DEPENDS= gjs-console:lang/gjs +RUN_DEPENDS= libwebkit2gtk-4.1.so:www/webkit2-gtk@60 \ + gjs-console:lang/gjs -USES= desktop-file-utils gnome localbase meson python shebangfix +USES= desktop-file-utils gnome localbase meson pkgconfig python shebangfix USE_GNOME= cairo gtk40 introspection GLIB_SCHEMAS= com.github.johnfactotum.Foliate.gschema.xml