diff options
-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 |