summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2011-08-16 12:14:27 +0000
committerabs <abs>2011-08-16 12:14:27 +0000
commit2aa9b79df49375dd3010a787eac352e8f903c566 (patch)
tree6c480a9e955c1d28adecf6006793f475edd6824d
parentbb7b71dee28dcd8c98ada1fe93477002d1d6df2f (diff)
downloadpkgsrc-2aa9b79df49375dd3010a787eac352e8f903c566.tar.gz
Add autopoint to _TOOLS.gettext-tools
-rw-r--r--mk/tools/gettext.mk4
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}