pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/ghex



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Apr 20 00:32:56 UTC 2020

Modified Files:
        pkgsrc/editors/ghex: Makefile

Log Message:
Actually declare msgfmt as tool in use.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/editors/ghex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/ghex/Makefile
diff -u pkgsrc/editors/ghex/Makefile:1.59 pkgsrc/editors/ghex/Makefile:1.60
--- pkgsrc/editors/ghex/Makefile:1.59   Thu Mar 26 12:19:19 2020
+++ pkgsrc/editors/ghex/Makefile        Mon Apr 20 00:32:56 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 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