Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2025 21:41:39 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: 354a683efe89 - main - mail/balsa: Add gettext-tools to USES
Message-ID:  <202506192141.55JLfdht029919@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=354a683efe89e68ec8c3ff74aea133d438fece32

commit 354a683efe89e68ec8c3ff74aea133d438fece32
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2025-06-19 21:32:46 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-06-19 21:41:29 +0000

    mail/balsa: Add gettext-tools to USES
    
    Add gettext-tools to USES to unbreak build.
    
    Lightly prune LIB_DEPENDS.
---
 mail/balsa/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index b2597af3e660..df7c4ae2de0b 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -10,8 +10,7 @@ WWW=		https://pawsa.fedorapeople.org/balsa/
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libesmtp.so:mail/libesmtp \
-		libgmime-3.0.so:mail/gmime30 \
+LIB_DEPENDS=	libgmime-3.0.so:mail/gmime30 \
 		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
 		libical.so:devel/libical \
 		libgnutls.so:security/gnutls \
@@ -25,8 +24,8 @@ LIB_DEPENDS=	libesmtp.so:mail/libesmtp \
 		libsecret-1.so:security/libsecret
 RUN_DEPENDS=	gnome-keyring:security/gnome-keyring
 
-USES=		cpe desktop-file-utils gettext-runtime gnome iconv localbase meson \
-		pkgconfig sqlite tar:xz
+USES=		cpe desktop-file-utils gettext-runtime gettext-tools gnome iconv \
+		localbase meson pkgconfig sqlite tar:xz
 CPE_VENDOR=	gnome
 USE_GNOME=	glib20 gtk30 gtksourceview4 libxml2
 MESON_ARGS=	-Dsysconfdir=${LOCALBASE}/etc \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506192141.55JLfdht029919>