diff options
author | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /astro/tkseti/files | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.zip FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.tar.gz |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'astro/tkseti/files')
-rw-r--r-- | astro/tkseti/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/tkseti/files/patch-aa b/astro/tkseti/files/patch-aa index f8218da..6a16b7e 100644 --- a/astro/tkseti/files/patch-aa +++ b/astro/tkseti/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" ${1+"$@"} -+exec wish8.0 "$0" ${1+"$@"} ++exec wish8.2 "$0" ${1+"$@"} ############################################################################# # Visual Tcl v1.20 Project # |