summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-03 21:03:47 +0000
committerjoerg <joerg>2005-12-03 21:03:47 +0000
commit3e3bbd9549205e7ab99abe5aa5253aa4dd9cba1b (patch)
tree6a5154a3feb87d702a32983e93ca1740d087d3dc /mk
parent3e0b2e7d2b6efd098801e9f8571d7893ed91a760 (diff)
downloadpkgsrc-3e3bbd9549205e7ab99abe5aa5253aa4dd9cba1b.tar.gz
xmessage is another X11 client used by other programs.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/replace.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 3060906581b..d1e556e7c7e 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.141 2005/12/01 18:38:45 wiz Exp $
+# $NetBSD: replace.mk,v 1.142 2005/12/03 21:03:47 joerg Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -907,7 +907,7 @@ TOOLS_PATH.${_t_}= ${TOOLS_PREFIX.${_t_}}/bin/${_t_}
# These tools are all supplied by an X11 clients package if there is no
# native tool available.
#
-_TOOLS.x11-clients= bdftopcf iceauth mkfontdir mkfontscale
+_TOOLS.x11-clients= bdftopcf iceauth mkfontdir mkfontscale xmessage
.for _t_ in ${_TOOLS.x11-clients}
. if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_})