From 1c3e06367d614115640b519455a5450f947f383d Mon Sep 17 00:00:00 2001 From: hans Date: Thu, 12 Jan 2012 15:55:01 +0000 Subject: Add pod2text as host tool. --- mk/tools/replace.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index c17c543c53c..89b0e7997c1 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.237 2011/11/30 15:09:22 hans Exp $ +# $NetBSD: replace.mk,v 1.238 2012/01/12 15:55:01 hans Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -872,7 +872,7 @@ TOOLS_VALUE_GNU.yacc= ${TOOLS_CMDLINE.yacc} # These tools are all supplied by the lang/perl5 package if there is # no native tool available. # -_TOOLS.perl= perl perldoc pod2html pod2man +_TOOLS.perl= perl perldoc pod2html pod2man pod2text .for _t_ in ${_TOOLS.perl} . if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_}) -- cgit v1.2.3