diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-05 19:43:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-05 19:43:12 +0000 |
commit | 163a2ffc7978eb28dbd799490ebf40fe0300c42c (patch) | |
tree | 2c7fb29cd30480a68146b1ed6c849a9bc1e68785 /emulators/frodo/files/patch-TkGui.tcl | |
parent | This is first step in an attempt to break the Qt port into pieces. (diff) |
- update to 4.1b
- add new URL
Thanks to watchman@ludd.luth.se for the pointer
- make portlint happy
- honor given CFLAGS
Diffstat (limited to 'emulators/frodo/files/patch-TkGui.tcl')
-rw-r--r-- | emulators/frodo/files/patch-TkGui.tcl | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/emulators/frodo/files/patch-TkGui.tcl b/emulators/frodo/files/patch-TkGui.tcl index cf8c2d7d675a..4a22eb3379ca 100644 --- a/emulators/frodo/files/patch-TkGui.tcl +++ b/emulators/frodo/files/patch-TkGui.tcl @@ -1,14 +1,8 @@ ---- ../TkGui.tcl.orig Wed Aug 6 20:56:34 1997 -+++ ../TkGui.tcl Mon Apr 26 21:49:18 1999 -@@ -1,9 +1,9 @@ --#!/usr/local/bin/X11/wish +--- ../TkGui.tcl.orig Wed May 30 19:03:47 2001 ++++ ../TkGui.tcl Fri Sep 5 21:19:11 2003 +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish +#!%%LOCALBASE%%/bin/wish8.4 -f # Frodo Tk GUI by Lutz Vieweg <lkv@mania.robin.de> # requires Tk >= 4.1 - --package require Tk 4.1 -+## package require Tk 4.1 - - set prefname "$env(HOME)/.frodorc" - |