diff options
author | nia <nia@pkgsrc.org> | 2020-03-11 19:34:11 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-11 19:34:11 +0000 |
commit | f960236c2ce1ac3139bb5c339c6cc7065116486e (patch) | |
tree | aed6fdcfdacd5194a82a33b05e7d00b7c4393a04 | |
parent | 1d5a02e8e7fa75885201e8dadff38c4d7b853f9f (diff) | |
download | pkgsrc-f960236c2ce1ac3139bb5c339c6cc7065116486e.tar.gz |
totem: Needs itstool
-rw-r--r-- | multimedia/totem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 65a4919a305..547e7a833f2 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2020/03/10 22:08:56 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2020/03/11 19:34:11 nia Exp $ DISTNAME= totem-3.34.1 PKGREVISION= 2 @@ -11,6 +11,8 @@ HOMEPAGE= https://wiki.gnome.org/Apps/Videos COMMENT= Movie player designed for GNOME LICENSE= gnu-gpl-v2 +TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + USE_TOOLS+= pkg-config msgfmt xgettext MESON_ARGS+= -Denable-python=no |