From 9c90663ad3b9c2070fc17d2daef0e76600826d78 Mon Sep 17 00:00:00 2001 From: Randy Kunkee Date: Tue, 27 Jul 1999 07:39:42 +0000 Subject: [PATCH] Add back "package require Tclx 8.0" (Ldaptcl depends on it). --- contrib/ldaptcl/pkgIndex.tcl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5