diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-25 15:31:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-25 15:31:53 +0000 |
commit | 6f41e36b77cd65578a53df574a730bc72b993c72 (patch) | |
tree | 76d3c55e3d5939316375e86bac398a91d15b3968 /graphics/inkscape | |
parent | 30cf3103313c9094cd51d77051e3b687c700abb4 (diff) | |
download | pkgsrc-6f41e36b77cd65578a53df574a730bc72b993c72.tar.gz |
Add msgmerge to tools. From Yasushi Oshima in PR 52006.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 295276cc5fc..687e8108d3e 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2017/02/16 09:46:54 adam Exp $ +# $NetBSD: Makefile,v 1.143 2017/02/25 15:31:53 wiz Exp $ DISTNAME= inkscape-0.92.1 CATEGORIES= graphics @@ -25,7 +25,7 @@ USE_CMAKE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= intltool msgfmt perl:run pkg-config +USE_TOOLS+= intltool msgfmt msgmerge perl:run pkg-config REPLACE_PERL+= fix-roff-punct REPLACE_PERL+= share/extensions/*.p[lm] |