diff options
author | nia <nia@pkgsrc.org> | 2020-02-08 15:35:27 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-02-08 15:35:27 +0000 |
commit | 0930b2eb5cc233414554617bd4dc79e5adbab1cd (patch) | |
tree | 5a556245e293073a7c8f0b96391c9e3ebc199cbe /graphics/shotwell | |
parent | a1e929bd43a5bed9347b24103806a47ef64bd987 (diff) | |
download | pkgsrc-0930b2eb5cc233414554617bd4dc79e5adbab1cd.tar.gz |
shotwell: Needs itstool
Diffstat (limited to 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 46a381701dd..1623cc6b89e 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2020/01/21 16:15:05 nia Exp $ +# $NetBSD: Makefile,v 1.106 2020/02/08 15:35:27 nia Exp $ DISTNAME= shotwell-0.30.8 CATEGORIES= graphics gnome @@ -10,6 +10,8 @@ HOMEPAGE= https://wiki.gnome.org/Apps/Shotwell COMMENT= Photo organizer for the GNOME desktop LICENSE= gnu-lgpl-v2.1 +TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + USE_TOOLS+= pkg-config msgfmt xgettext MESON_ARGS+= -Dudev=false |