diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-07 03:38:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-07 03:38:10 +0800 |
commit | 326c99f2d4af4badd52990518f3ee0f297b76afd (patch) | |
tree | 5abc959223b7ecd640990f32200e4613fd67d984 /lang/Makefile | |
parent | 92068f409606cdff591cc79283bf6305e3eec2df (diff) | |
download | freebsd-ports-gnome-326c99f2d4af4badd52990518f3ee0f297b76afd.tar.gz freebsd-ports-gnome-326c99f2d4af4badd52990518f3ee0f297b76afd.tar.zst freebsd-ports-gnome-326c99f2d4af4badd52990518f3ee0f297b76afd.zip |
Tcl-tk-wrapper installs shell wrappers for "tclsh" and "wish" commands that
come with different versions of tcl and tk. Users can define which version
of the tcl and tk shells should be called.
To make use of the "tclsh" wrapper, users need to install tcl.
Recommended tcl ports: lang/tcl84 lang/tcl85
To make use of the "wish" wrapper, users need to install tk.
Recommended tk ports: x11-toolkits/tk84 x11-toolkits/tk85
- Martin Matuska
martin@matuska.org
PR: ports/109852
Submitted by: martin at matuska.org
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3af28084dcd4..053c3b427ee1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -308,6 +308,7 @@ SUBDIR += sxm SUBDIR += t3x SUBDIR += tcl-manual + SUBDIR += tcl-tk-wrapper SUBDIR += tcl80 SUBDIR += tcl81-thread SUBDIR += tcl82 |