diff options
author | abs <abs@pkgsrc.org> | 2011-08-16 12:14:27 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2011-08-16 12:14:27 +0000 |
commit | ae7145c36fd8b389a2dfe3bb8853908f4b2eff4e (patch) | |
tree | 6c480a9e955c1d28adecf6006793f475edd6824d /mk/tools | |
parent | 04a7b32d61e5c96b1bfbcbd226d57b4ca2d443bf (diff) | |
download | pkgsrc-ae7145c36fd8b389a2dfe3bb8853908f4b2eff4e.tar.gz |
Add autopoint to _TOOLS.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 971b17dab9d..418dd06f88d 100644 --- a/mk/tools/gettext.mk +++ b/mk/tools/gettext.mk @@ -1,4 +1,4 @@ -# $NetBSD: gettext.mk,v 1.14 2010/04/10 00:46:23 obache Exp $ +# $NetBSD: gettext.mk,v 1.15 2011/08/16 12:14:27 abs 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 msgconv +_TOOLS.gettext-tools= gettext msgmerge xgettext msgconv autopoint _TOOLS_DEP.gettext-tools= {gettext-tools>=0.14.5,gettext>=0.10.36<0.14.5} .for _t_ in ${_TOOLS.gettext-tools} |