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-gpsman.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-gpsman.tcl')
-rw-r--r-- | astro/gpsman/files/patch-gpsman.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl index 6f135bdb6b0b..bf92aa918437 100644 --- a/astro/gpsman/files/patch-gpsman.tcl +++ b/astro/gpsman/files/patch-gpsman.tcl @@ -3,9 +3,9 @@ diff -ruN gpsman.tcl gpsman.tcl +++ gpsman.tcl Mon Mar 10 17:28:28 2003 @@ -1,6 +1,6 @@ #!/bin/sh - # This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \ + # This is a Tcl/Tk script to be interpreted by wish (Tk8.4 or better): \ -exec wish "$0" "$@" -+exec wish8.3 "$0" "$@" ++exec wish8.4 "$0" "$@" # # gpsman --- GPS Manager: a manager for GPS receiver data |