diff options
Diffstat (limited to 'library/msgcat/pkgIndex.tcl')
-rw-r--r-- | library/msgcat/pkgIndex.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index acdd20c..d3f1d4b 100644 --- a/library/msgcat/pkgIndex.tcl +++ b/library/msgcat/pkgIndex.tcl @@ -1 +1,2 @@ -package ifneeded msgcat 1.2.1 [list source [file join $dir msgcat.tcl]] +if {![package vsatisfies [package provide Tcl] 8.2]} {return} +package ifneeded msgcat 1.2.2 [list source [file join $dir msgcat.tcl]] |