diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 15:40:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 15:40:16 +0000 |
commit | 4aac1c43e00d6478a1286fba889b8df91dcd1836 (patch) | |
tree | cf0c9b0f1dc7141ecd7c1d19e3e772ef59c67227 /lang | |
parent | dfadd3a64d29303dab6479fabeff2fa31481207c (diff) | |
download | ports-4aac1c43e00d6478a1286fba889b8df91dcd1836.tar.gz ports-4aac1c43e00d6478a1286fba889b8df91dcd1836.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl84/Makefile | 2 |
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 |