pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Teach the tools framework how to replace mkfo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f772e6baafe
branches:  trunk
changeset: 502732:9f772e6baafe
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Nov 08 17:41:26 2005 +0000

description:
Teach the tools framework how to replace mkfontdir and mkfontscale
using an X11 clients package.

diffstat:

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

diffs (18 lines):

diff -r 06afb8f20270 -r 9f772e6baafe mk/tools/replace.mk
--- a/mk/tools/replace.mk       Tue Nov 08 17:40:38 2005 +0000
+++ b/mk/tools/replace.mk       Tue Nov 08 17:41:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.133 2005/11/08 17:38:52 jlam Exp $
+# $NetBSD: replace.mk,v 1.134 2005/11/08 17:41:26 jlam Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -826,7 +826,7 @@
 # These tools are all supplied by an X11 clients package if there is no
 # native tool available.
 #
-_TOOLS.x11-clients=    bdftopcf
+_TOOLS.x11-clients=    bdftopcf 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