summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-02-16 10:59:39 +0000
committerjperkin <jperkin>2015-02-16 10:59:39 +0000
commit86fa2d581811622d54206506c3f228655874037a (patch)
tree72ab802ec3bf2c9ffe41d55ebf77c0f594d6356e /mk
parenta29679060e12cfc1432f12a52f2e810011aa62db (diff)
downloadpkgsrc-86fa2d581811622d54206506c3f228655874037a.tar.gz
Put back preference towards the gettext-m4 package when resolving dependency.
Diffstat (limited to 'mk')
-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