diff options
author | petef <petef@FreeBSD.org> | 2001-12-27 13:31:54 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-27 13:31:54 +0800 |
commit | 8695df91b1a7213f774b0e1c35c6ae57f539ed67 (patch) | |
tree | e4b482c2e1789c8a53dc1248fb31abae498ac809 /lang/tcltutor/files | |
parent | 6a53694b42df7f82afee86b0cb5b274c84f7267b (diff) | |
download | freebsd-ports-graphics-8695df91b1a7213f774b0e1c35c6ae57f539ed67.tar.gz freebsd-ports-graphics-8695df91b1a7213f774b0e1c35c6ae57f539ed67.tar.zst freebsd-ports-graphics-8695df91b1a7213f774b0e1c35c6ae57f539ed67.zip |
Use Tk/tcl 8.3.
PR: 33160
Submitted by: maintainer
Diffstat (limited to 'lang/tcltutor/files')
-rw-r--r-- | lang/tcltutor/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcltutor/files/patch-aa b/lang/tcltutor/files/patch-aa index 8ea5f13547b..4480f126a41 100644 --- a/lang/tcltutor/files/patch-aa +++ b/lang/tcltutor/files/patch-aa @@ -15,7 +15,7 @@ #!/bin/sh # \ -exec wish "$0" "$@" -+exec wish8.2 "$0" "$@" ++exec wish8.3 "$0" "$@" ;# NAME: TclTutor.tcl ;# AUTHOR: Clif Flynt @@ -34,7 +34,7 @@ #!/bin/sh # \ -exec wish "$0" ${1+"$@"} -+exec wish8.2 "$0" ${1+"$@"} ++exec wish8.3 "$0" ${1+"$@"} # CONFIGURATION DETAIL: SET THIS FOR YOUR IMAGE VIEWER: # (xli, xv, ee, etc) |