summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tltcl/lib/itcl4.2.2/pkgIndex.tcl
blob: d18d2cc5194764a40afc914827ca7752adf8ea55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- tcl -*-
# Tcl package index file, version 1.1
#

if {![package vsatisfies [package provide Tcl] 8.6-]} {return}

if {[package vsatisfies [package provide Tcl] 9.0-]} {
    package ifneeded itcl 4.2.2 \
	    [list load [file join $dir tcl9itcl422.dll] Itcl]
} else {
    package ifneeded itcl 4.2.2 \
	    [list load [file join $dir itcl422.dll] Itcl]
}
package ifneeded Itcl 4.2.2 [list package require -exact itcl 4.2.2]