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:   nia
Date:           Thu Mar 26 12:19:19 UTC 2020

Modified Files:
        pkgsrc/editors/ghex: Makefile

Log Message:
ghex: Needs itstool


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 pkgsrc/editors/ghex/Makefile:1.59
--- pkgsrc/editors/ghex/Makefile:1.58   Tue Mar 10 22:09:42 2020
+++ pkgsrc/editors/ghex/Makefile        Thu Mar 26 12:19:19 2020
@@ -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/Gh
 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