mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
b8460b50ff
- Deleted dependency on japanese Tcl/Tk 8.0.5 - Added dependency on Tcl/Tk 8.3. - Works also with japanese messages. - (Info) To input japanese, execute: env LANG=ja_JP.eucJP XMODIFIERS=@im=kinput2 tkfax PR: ports/73930 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> pointed out the dependency problem.
21 lines
519 B
Plaintext
21 lines
519 B
Plaintext
--- tkfax.orig Sun Nov 14 20:59:03 2004
|
|
+++ tkfax Sun Nov 14 20:59:40 2004
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# the next line restarts using wish \
|
|
-exec wish "$0" "$@"
|
|
+exec wish8.3 "$0" "$@"
|
|
|
|
set fax(libdir) /usr/local/lib/tkscanfax1
|
|
if [ file exist fax-init.tcl ] { set fax(libdir) [pwd] }
|
|
--- tkscan.orig Sun Nov 14 20:59:24 2004
|
|
+++ tkscan Sun Nov 14 20:59:33 2004
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# the next line restarts using wish \
|
|
-exec wish "$0" "$@"
|
|
+exec wish8.3 "$0" "$@"
|
|
|
|
# Set TkScan installation directory.
|
|
|