summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-01-28 00:32:31 +0000
committerjlam <jlam@pkgsrc.org>2006-01-28 00:32:31 +0000
commit63b6d811e1860eb5d2489c2562c2248e367180a3 (patch)
tree006e45a860c71dceb85bc313a784c8e9da5711e2 /mk
parenta6527a54a89c03f5df0cf577644f0559b5a4cea9 (diff)
downloadpkgsrc-63b6d811e1860eb5d2489c2562c2248e367180a3.tar.gz
Actually heed the value of IMAKE if it is set by the user.
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 ea15bc0dfca..94e49fa9553 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.155 2006/01/12 19:26:02 jlam Exp $
+# $NetBSD: replace.mk,v 1.156 2006/01/28 00:32:31 jlam Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -954,7 +954,7 @@ TOOLS_PATH.${_t_}= ${X11BASE}/bin/${_t_}
# If IMAKE is defined, then use that as the path to the imake binary.
#
.if !defined(TOOLS_IGNORE.imake) && !empty(_USE_TOOLS:Mimake) && defined(IMAKE)
-TOOLS_PATH.xmkmf= ${IMAKE}
+TOOLS_PATH.imake= ${IMAKE}
.endif
#
# If we're using xpkgwedge, then we need to invoke the special xmkmf