diff options
Diffstat (limited to 'mk/tools/automake.mk')
-rw-r--r-- | mk/tools/automake.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk index ea5c4582b64..ad7d774e1f7 100644 --- a/mk/tools/automake.mk +++ b/mk/tools/automake.mk @@ -1,4 +1,4 @@ -# $NetBSD: automake.mk,v 1.25 2015/02/01 09:18:59 obache Exp $ +# $NetBSD: automake.mk,v 1.26 2015/02/16 10:59:39 jperkin Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -191,5 +191,5 @@ ${_TOOLS_AM_TYPE.${_t_}}+= ${_t_} .endif .if !empty(USE_TOOLS:Mgettext-m4) -TOOL_DEPENDS+= {gettext-0.10.35nb1,gettext-m4-[0-9]*}:../../devel/gettext-m4 +TOOL_DEPENDS+= {gettext-m4-[0-9]*,gettext-0.10.35nb1}:../../devel/gettext-m4 .endif |