diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-15 17:11:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-15 17:11:33 +0000 |
commit | e3fe1108f09fd4209bc36d8e95c2b45472dca509 (patch) | |
tree | ee13f12a00adf4da65a0644c16b9e09a79b3a757 /mk/tools | |
parent | f79f764083b33da90496c972bbde05e027d2db75 (diff) | |
download | pkgsrc-e3fe1108f09fd4209bc36d8e95c2b45472dca509.tar.gz |
Add msgconv to the gettext tools.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/gettext.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/gettext.mk b/mk/tools/gettext.mk index 59d10272cf2..357b5536e22 100644 --- a/mk/tools/gettext.mk +++ b/mk/tools/gettext.mk @@ -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} |