diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-06 12:05:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-06 12:05:58 +0000 |
commit | a2fc4e6d3207ccdf2ffbfa55f969e76ab2e055ac (patch) | |
tree | c2695be7235cb0ecb90a9f77ec6cac981e5e5ebf /misc/tkinfo/files/patch-aa | |
parent | Update the checksum after the distfile was rerolled. (diff) |
Upgrade to 2.5.
Submitted by: Andy Sparrow <spadger@best.com>
Notes
Notes:
svn path=/head/; revision=47470
Diffstat (limited to '')
-rw-r--r-- | misc/tkinfo/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa index acf185103e7c..159437e4b9f8 100644 --- a/misc/tkinfo/files/patch-aa +++ b/misc/tkinfo/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \ -exec wish "$0" "$@" -+exec wish8.2 "$0" "$@" ++exec wish8.3 "$0" "$@" ########################################################################## # Version of TkInfo: |