pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 25 15:31:53 UTC 2017

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
Add msgmerge to tools. From Yasushi Oshima in PR 52006.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/graphics/inkscape/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.142 pkgsrc/graphics/inkscape/Makefile:1.143
--- pkgsrc/graphics/inkscape/Makefile:1.142     Thu Feb 16 09:46:54 2017
+++ pkgsrc/graphics/inkscape/Makefile   Sat Feb 25 15:31:53 2017
@@ -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]



Home | Main Index | Thread Index | Old Index