--- library/pkgIndex.tcl.in.org 2006-04-25 00:22:29.000000000 -0700 +++ library/pkgIndex.tcl.in 2006-04-25 00:27:23.000000000 -0700 @@ -10,9 +10,9 @@ # the "lite" tcl-only version. if { [info commands tk] == "tk" } { - set name ${prefix}BLT${version_no_dots}${suffix} + set name libBLT.2.dylib } else { - set name ${prefix}BLTlite${version_no_dots}${suffix} + set name libBLTlite.2.dylib } global tcl_platform