diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-06 19:25:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-06 19:25:59 +0000 |
commit | 1b717c210ddf477c186f7a43c0b82f0ff8a50dc0 (patch) | |
tree | cb3d7361e3173d3715c9ad96387b3531665f1c18 /mk/tools | |
parent | 59e1d3c80baf32ba5e3a9b6373994ebf4a4e59a0 (diff) | |
download | pkgsrc-1b717c210ddf477c186f7a43c0b82f0ff8a50dc0.tar.gz |
Stop supporting user-specified definition for IMAKE in /etc/mk.conf --
it's now all handled exclusively by the tools framework.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/replace.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 06a4223c1b9..5218ba0c9b2 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.168 2006/06/06 06:30:29 jlam Exp $ +# $NetBSD: replace.mk,v 1.169 2006/06/06 19:25:59 jlam Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -990,12 +990,6 @@ TOOLS_PATH.${_t_}= ${X11BASE}/bin/${_t_} . endif .endfor # -# 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.imake= ${IMAKE} -.endif -# # If we're using xpkgwedge, then we need to invoke the special xmkmf # script that will find imake config files in both ${PREFIX} and in # ${X11BASE}. |