From: Randy Kunkee Date: Tue, 27 Jul 1999 07:39:42 +0000 (+0000) Subject: Add back "package require Tclx 8.0" (Ldaptcl depends on it). X-Git-Tag: OPENLDAP_REL_ENG_2_BP~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9c90663ad3b9c2070fc17d2daef0e76600826d78;p=openldap Add back "package require Tclx 8.0" (Ldaptcl depends on it). --- diff --git a/contrib/ldaptcl/pkgIndex.tcl.in b/contrib/ldaptcl/pkgIndex.tcl.in index ab20f455e4..f2575566bc 100644 --- a/contrib/ldaptcl/pkgIndex.tcl.in +++ b/contrib/ldaptcl/pkgIndex.tcl.in @@ -1 +1 @@ -package ifneeded Ldaptcl @NEO_VERSION@ "load [file join $dir .. @NEO_SHARED_LIB_FILE@] Ldaptcl" +package ifneeded Ldaptcl @NEO_VERSION@ "package require Tclx 8.0; load [file join $dir .. @NEO_SHARED_LIB_FILE@] Ldaptcl"