summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-16 22:31:59 +0000
committerjlam <jlam@pkgsrc.org>2006-03-16 22:31:59 +0000
commitac1b7b84ddd8009c567daa551b6428e7e6da72af (patch)
tree33dd1f529144a1e76715ea64861bc450bd32b167 /mk
parent0ea820821a70d66a370a039c7435deb1194a7e2c (diff)
downloadpkgsrc-ac1b7b84ddd8009c567daa551b6428e7e6da72af.tar.gz
Teach the tools framework about "makedepend", supplied by the imake
packages.
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 4dd5acd3270..8667be1cc48 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.161 2006/03/06 05:25:45 jlam Exp $
+# $NetBSD: replace.mk,v 1.162 2006/03/16 22:31:59 jlam Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -976,7 +976,7 @@ TOOLS_PATH.${_t_}= ${X11BASE}/bin/${_t_}
# These tools are all supplied by an X11 imake package if there is no
# native tool available.
#
-_TOOLS.x11-imake= imake mkdirhier xmkmf
+_TOOLS.x11-imake= imake makedepend mkdirhier xmkmf
.for _t_ in ${_TOOLS.x11-imake}
. if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_})