diff options
author | obache <obache@pkgsrc.org> | 2015-02-01 11:46:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-02-01 11:46:10 +0000 |
commit | 503c756118a1bc389764a4d71d02e358fca33e37 (patch) | |
tree | d00734411cb28125d3571b0dcc52416388c26a9c /mk/tools/gettext.mk | |
parent | 3f36c1ecfa8e84d3b203dcaa6890245d223d08f1 (diff) | |
download | pkgsrc-503c756118a1bc389764a4d71d02e358fca33e37.tar.gz |
Revert
Requirement of gettext tools from pkgsrc depend on existence of the tool itself,
not msgfmt tool.
proposed/discussed is required for such changes.
Diffstat (limited to 'mk/tools/gettext.mk')
-rw-r--r-- | mk/tools/gettext.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/gettext.mk b/mk/tools/gettext.mk index de4477432c3..827b795b575 100644 --- a/mk/tools/gettext.mk +++ b/mk/tools/gettext.mk @@ -1,4 +1,4 @@ -# $NetBSD: gettext.mk,v 1.18 2014/11/09 02:26:27 obache Exp $ +# $NetBSD: gettext.mk,v 1.19 2015/02/01 11:46:10 obache Exp $ # # Copyright (c) 2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -136,7 +136,7 @@ TOOLS_SCRIPT.msgfmt= AWK=${TOOLS_AWK:Q} CAT=${TOOLS_CAT:Q} \ . if !defined(TOOLS_IGNORE.${_t_}) && !empty(USE_TOOLS:C/:.*//:M${_t_}) . if !empty(_TOOLS_USE_PKGSRC.msgfmt:M[yY][eE][sS]) _TOOLS_USE_PKGSRC.${_t_}= yes -. elif defined(TOOLS_PLATFORM.${_t_}) && !empty(TOOLS_PLATFORM.${_t_}) +. elif defined(TOOLS_PLATFORM.msgfmt) && !empty(TOOLS_PLATFORM.msgfmt) _TOOLS_USE_PKGSRC.${_t_}?= no . else _TOOLS_USE_PKGSRC.${_t_}?= yes |