Lines 25-31
Link Here
|
25 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
26 |
CONFIGURE_ARGS= --enable-shared --includedir=${PREFIX}/include/tcl${TCL_VER} |
26 |
CONFIGURE_ARGS= --enable-shared --includedir=${PREFIX}/include/tcl${TCL_VER} |
27 |
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} |
27 |
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} |
28 |
MAKE_ENV= SHORT_TCL_VER=84 LANG=C # LANG=C is required for some of UTF-using tests |
28 |
MAKE_ENV= SHORT_TCL_VER=84 LANG=C LC_ALL=C# LANG=C is required for some of UTF-using tests |
29 |
PKGINSTALL= ${PKGDIR}/pkg-install.tclsh |
29 |
PKGINSTALL= ${PKGDIR}/pkg-install.tclsh |
30 |
PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh |
30 |
PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh |
31 |
TCL_VER= 8.4 |
31 |
TCL_VER= 8.4 |