summaryrefslogtreecommitdiff
path: root/devel/tkcvs/files/patch-aa
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-03-20 14:35:31 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-03-20 14:35:31 +0000
commit9421a448686317fbc5d43fc41ed16892b01846d1 (patch)
tree01bbd49be2970efe44781c29b84234aed1351bcd /devel/tkcvs/files/patch-aa
parentUpdate squid 1.2.beta16 -> 1.2.beta17 (diff)
Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime.
Notes
Notes: svn path=/head/; revision=10236
Diffstat (limited to '')
-rw-r--r--devel/tkcvs/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tkcvs/files/patch-aa b/devel/tkcvs/files/patch-aa
index aa97081e2447..2fbced5d12af 100644
--- a/devel/tkcvs/files/patch-aa
+++ b/devel/tkcvs/files/patch-aa
@@ -22,10 +22,10 @@
# Find a Tk interpreter.
-WISH=`which wish4.0`
-+WISH=`which wish8.1`
++WISH=`which wish8.0`
if [ ! -f $WISH ]; then
- WISH=`which wish4.1`
-+ WISH=`which wish4.1`
++ WISH=`which wish4.0`
fi
if [ ! -f $WISH ]; then
- echo "I cant find a Tk interpreter on your system"