1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/frodo/files/patch-TkGui.tcl
Steve Price ab38a6b0e5 If wish is installed the configuration dialog doesn't get called.
PR:		11346
Submitted by:	maintainer
1999-05-01 02:55:16 +00:00

15 lines
330 B
Tcl

--- ../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
+#!/usr/local/bin/wish8.0 -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"