pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Add iceauth as x11-client tool, used by x11/x...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1119aa987e4
branches:  trunk
changeset: 503857:f1119aa987e4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 01 15:02:22 2005 +0000

description:
Add iceauth as x11-client tool, used by x11/xfce4-session.

diffstat:

 mk/tools/replace.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 48b16648e36d -r f1119aa987e4 mk/tools/replace.mk
--- a/mk/tools/replace.mk       Thu Dec 01 15:00:28 2005 +0000
+++ b/mk/tools/replace.mk       Thu Dec 01 15:02:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.138 2005/12/01 09:24:09 rillig Exp $
+# $NetBSD: replace.mk,v 1.139 2005/12/01 15:02:22 joerg Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -923,7 +923,7 @@
 # These tools are all supplied by an X11 clients package if there is no
 # native tool available.
 #
-_TOOLS.x11-clients=    bdftopcf mkfontdir mkfontscale
+_TOOLS.x11-clients=    bdftopcf iceauth mkfontdir mkfontscale
 
 .for _t_ in ${_TOOLS.x11-clients}
 .  if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_})



Home | Main Index | Thread Index | Old Index