aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl84
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-12-01 15:40:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-12-01 15:40:16 +0000
commit4aac1c43e00d6478a1286fba889b8df91dcd1836 (patch)
treecf0c9b0f1dc7141ecd7c1d19e3e772ef59c67227 /lang/tcl84
parentdfadd3a64d29303dab6479fabeff2fa31481207c (diff)
downloadports-4aac1c43e00d6478a1286fba889b8df91dcd1836.tar.gz
ports-4aac1c43e00d6478a1286fba889b8df91dcd1836.zip
- Be more thorough in resetting locales to ensure successfull test run
PR: ports/105191 Submitted by: Gregory Nou <gregory.nou@gmail.com>
Notes
Notes: svn path=/head/; revision=178487
Diffstat (limited to 'lang/tcl84')
-rw-r--r--lang/tcl84/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile
index e93af39ca57e..c4d9e70356a8 100644
--- a/lang/tcl84/Makefile
+++ b/lang/tcl84/Makefile
@@ -25,7 +25,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --includedir=${PREFIX}/include/tcl${TCL_VER}
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
-MAKE_ENV= SHORT_TCL_VER=84 LANG=C # LANG=C is required for some of UTF-using tests
+MAKE_ENV= SHORT_TCL_VER=84 LANG=C LC_ALL=C # LANG=C is required for some of UTF-using tests
PKGINSTALL= ${PKGDIR}/pkg-install.tclsh
PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh
TCL_VER= 8.4