pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Requirement of gettext tools from pkgsrc depe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e21d8cb38b2d
branches: trunk
changeset: 641464:e21d8cb38b2d
user: obache <obache%pkgsrc.org@localhost>
date: Sun Nov 09 02:26:27 2014 +0000
description:
Requirement of gettext tools from pkgsrc depend on existence of the tool itself,
not msgfmt tool.
diffstat:
mk/tools/gettext.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f1d49eee7602 -r e21d8cb38b2d mk/tools/gettext.mk
--- a/mk/tools/gettext.mk Sun Nov 09 01:54:19 2014 +0000
+++ b/mk/tools/gettext.mk Sun Nov 09 02:26:27 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gettext.mk,v 1.17 2013/05/02 13:12:03 obache Exp $
+# $NetBSD: gettext.mk,v 1.18 2014/11/09 02:26:27 obache Exp $
#
# Copyright (c) 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -136,7 +136,7 @@
. 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.msgfmt) && !empty(TOOLS_PLATFORM.msgfmt)
+. elif defined(TOOLS_PLATFORM.${_t_}) && !empty(TOOLS_PLATFORM.${_t_})
_TOOLS_USE_PKGSRC.${_t_}?= no
. else
_TOOLS_USE_PKGSRC.${_t_}?= yes
Home |
Main Index |
Thread Index |
Old Index