git: dbf2f78c9e3b - main - net-im/gajim: add missing runtime dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 22:08:18 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbf2f78c9e3b11abd197cb2ace43210082143386 commit dbf2f78c9e3b11abd197cb2ace43210082143386 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2025-01-28 22:05:38 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2025-01-28 22:07:58 +0000 net-im/gajim: add missing runtime dependency gtksourceview4 is required for gajim's run PR: 284408 Reported by: freebsd@fron.io --- net-im/gajim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index cba1bee17eb7..fb43a0c64dfa 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -1,6 +1,6 @@ PORTNAME= gajim DISTVERSION= 1.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/ @@ -31,7 +31,7 @@ LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ USES= cpe gettext gnome python:3.10+ xorg USE_PYTHON= autoplist cryptography pep517 noflavors -USE_GNOME= pygobject3 +USE_GNOME= gtksourceview4 pygobject3 USE_XORG= x11 xext xscrnsaver NO_ARCH= yes