diff options
author | obache <obache@pkgsrc.org> | 2015-01-06 09:26:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-01-06 09:26:55 +0000 |
commit | c7fefe6004e686bd4f9c57599313411f13a3e50c (patch) | |
tree | 73591229beea6f17c126edcf4f7aee5c2c17b570 /mk | |
parent | 45690d06bac5be509d5b303d11d2cb92643f0ee8 (diff) | |
download | pkgsrc-c7fefe6004e686bd4f9c57599313411f13a3e50c.tar.gz |
pick up gettext-m4 package first.
Diffstat (limited to '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 6ca9583b41e..9781a51f105 100644 --- a/mk/tools/automake.mk +++ b/mk/tools/automake.mk @@ -1,4 +1,4 @@ -# $NetBSD: automake.mk,v 1.22 2014/08/02 04:27:51 obache Exp $ +# $NetBSD: automake.mk,v 1.23 2015/01/06 09:26:55 obache Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -189,5 +189,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 |