summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-06 12:43:32 +0000
committernia <nia@pkgsrc.org>2020-03-06 12:43:32 +0000
commit8248c5d4d3bbe069d3801641dcc433bc3d63dc00 (patch)
tree6e21985b32ff49f44843b4d9f51555cc9a2a4fef /multimedia
parentd942751ace290a5c71cda9b224b38c8459563b1c (diff)
downloadpkgsrc-8248c5d4d3bbe069d3801641dcc433bc3d63dc00.tar.gz
totem: needs msgfmt with --desktop
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 7ae7b71df10..5b96e893585 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2020/01/21 15:09:04 nia Exp $
+# $NetBSD: Makefile,v 1.104 2020/03/06 12:43:32 nia Exp $
DISTNAME= totem-3.34.1
CATEGORIES= multimedia gnome
@@ -22,6 +22,9 @@ PKGCONFIG_OVERRIDE+= data/totem.pc.in
# https://gitlab.gnome.org/GNOME/json-glib/issues/35
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/src
+# XXX msgfmt: unknown option -- desktop
+_TOOLS_USE_PKGSRC.msgfmt= yes
+
.include "../../devel/meson/build.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../devel/libpeas/buildlink3.mk"