diff options
author | nia <nia@pkgsrc.org> | 2020-11-19 19:28:49 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-19 19:28:49 +0000 |
commit | 1e42e7718cc8f58c339bad7557f189bff4c364c4 (patch) | |
tree | a6c83ac7894509e572561917c07d395f9663b03c /graphics | |
parent | 502998dd464dd1e1a1399628ff11f1b5dd2ae6b3 (diff) | |
download | pkgsrc-1e42e7718cc8f58c339bad7557f189bff4c364c4.tar.gz |
eog: Needs itstool
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 28bff29cc4e..098c8dc28da 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2020/11/12 09:44:00 nia Exp $ +# $NetBSD: Makefile,v 1.109 2020/11/19 19:28:49 nia Exp $ DISTNAME= eog-3.38.0 CATEGORIES= graphics gnome @@ -14,6 +14,8 @@ PREV_PKGPATH= graphics/eog3 USE_TOOLS+= msgfmt pkg-config xgettext +TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + # some linux-only packaging thing MESON_ARGS+= -Dlibportal=false |