pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Add msgconv to the gettext tools.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37984d2e9fbc
branches:  trunk
changeset: 530042:37984d2e9fbc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 17:11:33 2007 +0000

description:
Add msgconv to the gettext tools.

diffstat:

 mk/tools/gettext.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a3c89c90d486 -r 37984d2e9fbc mk/tools/gettext.mk
--- a/mk/tools/gettext.mk       Fri Jun 15 17:09:45 2007 +0000
+++ b/mk/tools/gettext.mk       Fri Jun 15 17:11:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gettext.mk,v 1.7 2007/06/13 14:21:47 joerg Exp $
+# $NetBSD: gettext.mk,v 1.8 2007/06/15 17:11:33 joerg Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -39,7 +39,7 @@
 # is no native tool available.  Don't add "msgfmt" to this list as it's
 # treated specially below.
 #
-_TOOLS.gettext-tools=          gettext msgmerge xgettext
+_TOOLS.gettext-tools=          gettext msgmerge xgettext msgconv
 _TOOLS_DEP.gettext-tools=      {gettext-tools>=0.14.5,gettext>=0.10.36<0.14.5}
 
 .for _t_ in ${_TOOLS.gettext-tools}



Home | Main Index | Thread Index | Old Index