diff options
author | nia <nia@pkgsrc.org> | 2020-03-26 12:19:19 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-26 12:19:19 +0000 |
commit | 48fad92c81f4850bc7957884b8c8fc460a9cb1b1 (patch) | |
tree | 4f1bbecef1541ef1156abd79b10af486764c7beb /editors | |
parent | 70a2fce3f339c39513186fb45aa05b9ebd83636f (diff) | |
download | pkgsrc-48fad92c81f4850bc7957884b8c8fc460a9cb1b1.tar.gz |
ghex: Needs itstool
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ghex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 51ac79d8f20..5804464f24d 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -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 @@ HOMEPAGE= https://wiki.gnome.org/Apps/Ghex COMMENT= Hex editor LICENSE= gnu-gpl-v2 +TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + USE_TOOLS+= pkg-config PYTHON_FOR_BUILD_ONLY= tool |