diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-30 23:35:38 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-30 23:35:38 +0000 |
commit | 906a662bfdacd72d4e1d87fe4085c0d429859267 (patch) | |
tree | 1fe44c7138f028cc6cb07a163a7e26c4464b563d /x11/tkinfo/patches/patch-aa | |
parent | 11bd396de1d9d0a09277c8a76b47008696b9681d (diff) | |
download | pkgsrc-906a662bfdacd72d4e1d87fe4085c0d429859267.tar.gz |
Adapt this package to tk-8.3.2
Diffstat (limited to 'x11/tkinfo/patches/patch-aa')
-rw-r--r-- | x11/tkinfo/patches/patch-aa | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/tkinfo/patches/patch-aa b/x11/tkinfo/patches/patch-aa index 54500627912..26a19568482 100644 --- a/x11/tkinfo/patches/patch-aa +++ b/x11/tkinfo/patches/patch-aa @@ -1,15 +1,7 @@ -$NetBSD: patch-aa,v 1.4 1999/10/08 01:45:38 fredb Exp $ +$NetBSD: patch-aa,v 1.5 2000/08/30 23:35:42 jwise Exp $ --- tkinfo.orig Wed Apr 29 17:53:41 1998 +++ tkinfo Fri Oct 1 14:39:53 1999 -@@ -1,6 +1,6 @@ - #!/bin/sh - # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \ --exec wish "$0" "$@" -+exec wish8.0 "$0" "$@" - - - ########################################################################## @@ -509,11 +509,9 @@ proc tkiInit { } { global tki env auto_path tkiEmbed geometry |