pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/zenity zenity: msgfmt required for build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf8d7db84208
branches:  trunk
changeset: 770289:cf8d7db84208
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Sun Nov 28 17:10:08 2021 +0000

description:
zenity: msgfmt required for build

diffstat:

 x11/zenity/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0c7b17d6f3b2 -r cf8d7db84208 x11/zenity/Makefile
--- a/x11/zenity/Makefile       Sun Nov 28 16:35:10 2021 +0000
+++ b/x11/zenity/Makefile       Sun Nov 28 17:10:08 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2021/11/28 15:32:58 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.103 2021/11/28 17:10:08 cirnatdan Exp $
 #
 
 DISTNAME=      zenity-3.41.0
@@ -12,7 +12,7 @@
 LICENSE=       gnu-lgpl-v2.1
 
 USE_TOOLS+=            pkg-config perl:run
-USE_TOOLS+=            itstool
+USE_TOOLS+=            itstool msgfmt
 
 TOOL_DEPENDS+=         yelp-tools-[0-9]*:../../textproc/yelp-tools
 



Home | Main Index | Thread Index | Old Index