diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-01 15:02:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-01 15:02:22 +0000 |
commit | a68b97b857f22b725143ea2c5c826015f58d1f11 (patch) | |
tree | 7c585c51f3ee13f82eabb32e4f864642c617e4dd | |
parent | d9afea06e41f91d72d05f15ab049851fcce45f09 (diff) | |
download | pkgsrc-a68b97b857f22b725143ea2c5c826015f58d1f11.tar.gz |
Add iceauth as x11-client tool, used by x11/xfce4-session.
-rw-r--r-- | mk/tools/replace.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 3c7819a8df3..64becfe2e94 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -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 @@ 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 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_}) |