diff options
author | mef <mef@pkgsrc.org> | 2021-08-19 12:46:44 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-08-19 12:46:44 +0000 |
commit | 7b606ea85eab2991febd69c0d697693d3f56f663 (patch) | |
tree | dc7e541167d74c30787c7607a52bf85899d435c1 /print/zathura | |
parent | 5f459c0d1d8e70e8ce3885f2e88ecaea085c3222 (diff) | |
download | pkgsrc-7b606ea85eab2991febd69c0d697693d3f56f663.tar.gz |
(print/zauthura) Add gettext-tools/buildlink3.mk, the error was listed below
[4/39] Generating org.pwmt.zathura.desktop_data_merge with a custom command
FAILED: data/org.pwmt.zathura.desktop
/usr/pkg/bin/meson --internal msgfmthelper
../data/org.pwmt.zathura.desktop.in data/org.pwmt.zathura.desktop desktop
/tmp/print/zathura/work/zathura-0.4.8/po
msgfmt: unknown option -- desktop
Try `msgfmt --help' for more information.
[5/39] Generating org.pwmt.zathura.appdata.xml_data_merge with a custom command
FAILED: data/org.pwmt.zathura.appdata.xml
/usr/pkg/bin/meson --internal msgfmthelper ../data/org.pwmt.zathura.appdata.xml.in
data/org.pwmt.zathura.appdata.xml xml /tmp/print/zathura/work/zathura-0.4.8/po
msgfmt: unknown option -- xml
Try `msgfmt --help' for more information.
Diffstat (limited to 'print/zathura')
-rw-r--r-- | print/zathura/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/zathura/Makefile b/print/zathura/Makefile index 7dc7408b052..f3c37f09112 100644 --- a/print/zathura/Makefile +++ b/print/zathura/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2021/08/18 06:25:50 nia Exp $ +# $NetBSD: Makefile,v 1.45 2021/08/19 12:46:44 mef Exp $ DISTNAME= zathura-0.4.8 CATEGORIES= print @@ -34,6 +34,7 @@ TOOLS_PLATFORM.msgfmt= .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/meson/build.mk" +.include "../../devel/gettext-tools/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" BUILDLINK_ABI_DEPENDS.girara?= girara>=0.3.6 .include "../../graphics/girara/buildlink3.mk" |