summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-02-16 10:59:39 +0000
committerjperkin <jperkin@pkgsrc.org>2015-02-16 10:59:39 +0000
commit3ccc96eb650f955d5373490468e347cf22d01fe6 (patch)
tree72ab802ec3bf2c9ffe41d55ebf77c0f594d6356e /mk/tools
parent76d188185a5880acb36d418dca21522d15230903 (diff)
downloadpkgsrc-3ccc96eb650f955d5373490468e347cf22d01fe6.tar.gz
Put back preference towards the gettext-m4 package when resolving dependency.
Diffstat (limited to 'mk/tools')
-rw-r--r--mk/tools/automake.mk4
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