pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ghex ghex: Needs itstool



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eeaa0254b908
branches:  trunk
changeset: 414366:eeaa0254b908
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 12:19:19 2020 +0000

description:
ghex: Needs itstool

diffstat:

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

diffs (18 lines):

diff -r 8f0797350f8a -r eeaa0254b908 editors/ghex/Makefile
--- a/editors/ghex/Makefile     Thu Mar 26 12:18:17 2020 +0000
+++ b/editors/ghex/Makefile     Thu Mar 26 12:19:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2020/03/10 22:09:42 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2020/03/26 12:19:19 nia Exp $
 
 DISTNAME=      ghex-3.18.4
 PKGREVISION=   2
@@ -11,6 +11,8 @@
 COMMENT=       Hex editor
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+
 USE_TOOLS+=    pkg-config
 
 PYTHON_FOR_BUILD_ONLY= tool



Home | Main Index | Thread Index | Old Index