pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Do not enable _IMAKE_TOOLS unless imake is us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/724e76fc10ee
branches:  trunk
changeset: 494265:724e76fc10ee
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 22 05:21:15 2005 +0000

description:
Do not enable _IMAKE_TOOLS unless imake is used.  Otherwise, packages
would always be built with gmake on Linux.

diffstat:

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

diffs (19 lines):

diff -r cd8fc167e6c7 -r 724e76fc10ee mk/tools/imake.mk
--- a/mk/tools/imake.mk Sun May 22 03:04:29 2005 +0000
+++ b/mk/tools/imake.mk Sun May 22 05:21:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: imake.mk,v 1.12 2005/05/21 04:53:17 jlam Exp $
+# $NetBSD: imake.mk,v 1.13 2005/05/22 05:21:15 minskim Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -72,7 +72,9 @@
 .endif
 
 # Add any extra tools that may be required when using imake, e.g. gmake.
+.if !empty(USE_TOOLS:Mimake)
 USE_TOOLS+=            ${_IMAKE_TOOLS:Nimake}
+.endif
 
 TOOLS_REAL_ARGS.imake?=        ${IMAKEOPTS}
 TOOLS_REAL_ARGS.xmkmf?=        ${XMKMF_FLAGS}



Home | Main Index | Thread Index | Old Index