diff options
author | Don Lewis <truckman@FreeBSD.org> | 2025-06-19 14:32:46 -0700 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2025-06-19 14:41:29 -0700 |
commit | 354a683efe89e68ec8c3ff74aea133d438fece32 (patch) | |
tree | 1f81e5086aa1be3e74c0913f74d433bce02f91cb | |
parent | net-im/dissent: Fix build after libspelling update (diff) |
mail/balsa: Add gettext-tools to USES
Add gettext-tools to USES to unbreak build.
Lightly prune LIB_DEPENDS.
-rw-r--r-- | mail/balsa/Makefile | 7 |
1 files 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 \ |