summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-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 4f83b07c21f..d808c3c2d56 100644
--- a/mk/tools/gettext.mk
+++ b/mk/tools/gettext.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gettext.mk,v 1.5 2006/07/05 04:32:10 jlam Exp $
+# $NetBSD: gettext.mk,v 1.6 2006/09/15 14:18:41 obache Exp $
#
# Copyright (c) 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -40,7 +40,7 @@
# treated specially below.
#
_TOOLS.gettext-tools= gettext msgmerge xgettext
-_TOOLS_DEP.gettext-tools= {gettext>=0.10.36,gettext-tools>=0.14.5}
+_TOOLS_DEP.gettext-tools= {gettext-tools>=0.14.5,gettext>=0.10.36}
.for _t_ in ${_TOOLS.gettext-tools}
. if !defined(TOOLS_IGNORE.${_t_}) && !empty(USE_TOOLS:C/:.*//:M${_t_})