Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ghex Actually declare msgfmt as tool in use.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b29757ac7d3
branches:  trunk
changeset: 429405:6b29757ac7d3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 20 00:32:56 2020 +0000

description:
Actually declare msgfmt as tool in use.

diffstat:

 editors/ghex/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 32a6d73e6432 -r 6b29757ac7d3 editors/ghex/Makefile
--- a/editors/ghex/Makefile     Mon Apr 20 00:32:28 2020 +0000
+++ b/editors/ghex/Makefile     Mon Apr 20 00:32:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2020/03/26 12:19:19 nia Exp $
+# $NetBSD: Makefile,v 1.60 2020/04/20 00:32:56 joerg Exp $
 
 DISTNAME=      ghex-3.18.4
 PKGREVISION=   2
@@ -13,7 +13,7 @@
 
 TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
 
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config msgfmt
 
 PYTHON_FOR_BUILD_ONLY= tool
 



Home | Main Index | Thread Index | Old Index