diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-03-13 04:19:03 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-03-13 04:19:03 +0000 |
commit | 2e3704c6d99d32ab8cf9d1daaf585ebc22a87f52 (patch) | |
tree | 58c15f95bc55bfc4242016d2beb5c42156804a4e /print | |
parent | 5e52c2c09661cc8fd17004a99f9a6c96bce08449 (diff) | |
download | pkgsrc-2e3704c6d99d32ab8cf9d1daaf585ebc22a87f52.tar.gz |
foliate: replace msgfmt override block with msgfmt-desktop.mk
(This expressed the same intended msgfmt override in a different way
than any other package, and so was missed in nia@'s bulk change.)
Diffstat (limited to 'print')
-rw-r--r-- | print/foliate/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/foliate/Makefile b/print/foliate/Makefile index 4d54bfe9f16..5ec6dc46de2 100644 --- a/print/foliate/Makefile +++ b/print/foliate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2022/01/16 04:52:09 fox Exp $ +# $NetBSD: Makefile,v 1.25 2022/03/13 04:19:03 gutteridge Exp $ DISTNAME= foliate-2.6.4 CATEGORIES= print @@ -20,9 +20,6 @@ SUBST_STAGE.pyvers= pre-configure SUBST_FILES.pyvers= src/epubView.js SUBST_VARS.pyvers+= PYVERSSUFFIX -# Fails without GNU msgfmt -USE_BUILTIN.gettext= no - REPLACE_PYTHON+= build-aux/meson/postinstall.py REPLACE_PYTHON+= src/assets/KindleUnpack/*.py @@ -37,6 +34,7 @@ post-install: ${LN} -s -f ${DESTDIR}${PREFIX}/libexec/foliate/com.github.johnfactotum.Foliate \ ${DESTDIR}${PREFIX}/bin/foliate +.include "../../devel/gettext-tools/msgfmt-desktop.mk" .include "../../devel/meson/build.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/glib2/schemas.mk" |