summaryrefslogtreecommitdiff
path: root/devel/tkcvs/files/patch-aa
diff options
context:
space:
mode:
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