diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-29 03:54:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-29 03:54:17 +0000 |
commit | e9eab1cd842e1859d481d782ae63e9afadf7e936 (patch) | |
tree | 4f304afe35a3620ae245c72b31021446c36bd65b /devel/tkcon/files/patch-aa | |
parent | No need to have LIB_DEPENDS on tcl/tk since the expect port takes care (diff) |
Locate DISTFILE on MASTER_SITE again and update to use Tcl/Tk version 8.2.
Notes
Notes:
svn path=/head/; revision=23490
Diffstat (limited to '')
-rw-r--r-- | devel/tkcon/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tkcon/files/patch-aa b/devel/tkcon/files/patch-aa index d81f4c46e0d9..f547f6a9c0cc 100644 --- a/devel/tkcon/files/patch-aa +++ b/devel/tkcon/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # \ -exec wish "$0" ${1+"$@"} -+if [ X$WISH != X ]; then exec $WISH "$0" -- "$@"; else exec wish8.0 "$0" -- "$@"; fi; ++if [ X$WISH != X ]; then exec $WISH "$0" -- "$@"; else exec wish8.2 "$0" -- "$@"; fi; # ## tkcon.tcl |