summaryrefslogtreecommitdiff
path: root/devel/tkcvs/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
commitbc087374d35aa9c841dd63d44e9c9697702921ed (patch)
tree9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /devel/tkcvs/files/patch-aa
parentgcc 2.95 requires us to be explicit about the return type of functions. (diff)
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=23474
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 2fbced5d12af..da2a59dc3e5e 100644
--- a/devel/tkcvs/files/patch-aa
+++ b/devel/tkcvs/files/patch-aa
@@ -22,14 +22,14 @@
# Find a Tk interpreter.
-WISH=`which wish4.0`
-+WISH=`which wish8.0`
++WISH=`which wish8.2`
if [ ! -f $WISH ]; then
- WISH=`which wish4.1`
+ WISH=`which wish4.0`
fi
if [ ! -f $WISH ]; then
- echo "I cant find a Tk interpreter on your system"
-+ echo "I cant find a usefull Tk interpreter on your system"
++ echo "I cant find a useful Tk interpreter on your system"
exit 1
fi