summaryrefslogtreecommitdiff
path: root/lang/libtcl-nothread
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-21 14:27:56 +0000
committerjlam <jlam@pkgsrc.org>2006-07-21 14:27:56 +0000
commit7d1f4cca8ee69154c87d9e612cf7eab8c03b9563 (patch)
tree7caa897b86d23c2822e6d9c8f6d7d3dfeb078d5e /lang/libtcl-nothread
parentbf3813d3f65b79dbd601ae45f32ab3758fa72e5f (diff)
downloadpkgsrc-7d1f4cca8ee69154c87d9e612cf7eab8c03b9563.tar.gz
"BUILD_ENV" was misnamed. It's actually the environment that is passed
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
Diffstat (limited to 'lang/libtcl-nothread')
-rw-r--r--lang/libtcl-nothread/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/libtcl-nothread/buildlink3.mk b/lang/libtcl-nothread/buildlink3.mk
index 1557c1c5baf..ed866198c0a 100644
--- a/lang/libtcl-nothread/buildlink3.mk
+++ b/lang/libtcl-nothread/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2006/07/08 23:10:55 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2006/07/21 14:27:56 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
TCLNT_BUILDLINK3_MK:= ${TCLNT_BUILDLINK3_MK}+
@@ -25,7 +25,7 @@ BUILDLINK_TRANSFORM+= l:tcl:tcl84-nothread
BUILDLINK_TRANSFORM+= l:tcl8.4:tcl84-nothread
TCLCONFIG_SH?= ${BUILDLINK_PREFIX.tcl}/lib/tclConfig-nothread.sh
-BUILD_ENV+= _TCL_NOTHREAD=yes
+PKGSRC_MAKE_ENV+= _TCL_NOTHREAD=yes
.endif # TCLNT_BUILDLINK3_MK