diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-21 03:32:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-21 03:32:41 +0000 |
commit | 17353f1000171a5c5b38c047c15dee38964c9b8a (patch) | |
tree | bb7b14ff15ee8ae67fa4e5f157a7df12a607957f /astro/gpsman/files/patch-exerciser.tcl | |
parent | Avoid use of Perl. (diff) |
Make reliance on tk 8.4 more consistent (missed in the big upgrade).
PR: ports/58172
Submitted by: David Wolfskill <david@catwhisker.org> (maintainer)
Diffstat (limited to 'astro/gpsman/files/patch-exerciser.tcl')
-rw-r--r-- | astro/gpsman/files/patch-exerciser.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gpsman/files/patch-exerciser.tcl b/astro/gpsman/files/patch-exerciser.tcl index 463abce10fd9..b8756cd24c69 100644 --- a/astro/gpsman/files/patch-exerciser.tcl +++ b/astro/gpsman/files/patch-exerciser.tcl @@ -5,7 +5,7 @@ diff -ruN util/exerciser.tcl util/exerciser.tcl #!/bin/bash #\ -exec wish8.2 "$0" ${1+"$@"} -+exec wish8.3 "$0" ${1+"$@"} ++exec wish8.4 "$0" ${1+"$@"} -set SRLPORT /dev/ttyS0 +set SRLPORT /dev/cuaa0 |