Date: Thu, 19 Jun 2025 10:17:02 GMT From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6994a2525cf7 - main - devel/gnome-builder: Fix LIB_DEPENDS Message-ID: <202506191017.55JAH2CW031937@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=6994a2525cf761cf7120361dfd3cc797d5a59b92 commit 6994a2525cf761cf7120361dfd3cc797d5a59b92 Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2025-06-19 10:01:22 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2025-06-19 10:16:38 +0000 devel/gnome-builder: Fix LIB_DEPENDS Fix LIB_DEPENDS, libpeas-2.so is needed. Trim LIB_DEPENDS and USES. --- devel/gnome-builder/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/gnome-builder/Makefile b/devel/gnome-builder/Makefile index c10da51cb41f..e83e4b24cc9e 100644 --- a/devel/gnome-builder/Makefile +++ b/devel/gnome-builder/Makefile @@ -14,10 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcmark.so:textproc/cmark \ libgit2-glib-1.0.so:devel/libgit2-glib \ libgit2.so:devel/libgit2 \ - libgspell-1.so:textproc/gspell \ libjson-glib-1.0.so:devel/json-glib \ libjsonrpc-glib-1.0.so:devel/jsonrpc-glib \ - libpeas-1.0.so:devel/libpeas \ + libpeas-2.so:devel/libpeas \ libportal.so:deskutils/libportal \ libportal-gtk4.so:deskutils/libportal-gtk4 \ libtemplate_glib-1.0.so:devel/template-glib \ @@ -31,7 +30,7 @@ PORTSCOUT= limit:^47\. USES= compiler:c++11-lang desktop-file-utils gettext gnome \ localbase:lfdlags meson pkgconfig python:build shebangfix \ - tar:xz vala:lib + tar:xz USE_GNOME= glib20 gtk40 gtksourceview5 introspection libadwaita \ libxml2 vte3 SHEBANG_FILES= ${WRKSRC}/build-aux/meson/post_install.pyhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506191017.55JAH2CW031937>
