summaryrefslogtreecommitdiffstats
path: root/shellicon/Makefile.in
diff options
context:
space:
mode:
authortreectrl <treectrl>2008-01-22 00:08:11 (GMT)
committertreectrl <treectrl>2008-01-22 00:08:11 (GMT)
commitff4159bdd18599ae039eba30cd9ffd6fbfb46d87 (patch)
tree58654393ee57d2952e7ba84e3ca34c05a0135636 /shellicon/Makefile.in
parent5d6baf4828b48ce2c439d3adeff259810224fa17 (diff)
downloadtktreectrl-ff4159bdd18599ae039eba30cd9ffd6fbfb46d87.zip
tktreectrl-ff4159bdd18599ae039eba30cd9ffd6fbfb46d87.tar.gz
tktreectrl-ff4159bdd18599ae039eba30cd9ffd6fbfb46d87.tar.bz2
pkgIndex.tcl requires Tk 8.4 or 8.5 depending on the version used to build treectrl.
Diffstat (limited to 'shellicon/Makefile.in')
-rw-r--r--shellicon/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/shellicon/Makefile.in b/shellicon/Makefile.in
index ae7a437..0cbc30b 100644
--- a/shellicon/Makefile.in
+++ b/shellicon/Makefile.in
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile.in,v 1.2 2007/02/02 20:35:26 treectrl Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.3 2008/01/22 00:08:11 treectrl Exp $
#========================================================================
# Edit the following few lines when writing a new extension
@@ -280,7 +280,7 @@ VPATH = $(srcdir):$(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win
pkgIndex.tcl:
(\
- echo 'if {[catch {package require Tk 8.4}]} return';\
+ echo 'if {[catch {package require Tk @TK_VERSION@}]} return';\
echo 'set script "load \"[file join $$dir $(PKG_LIB_FILE)]\" $(PACKAGE_NAME)"';\
echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_PATCHLEVEL) $$script'\
) > pkgIndex.tcl