diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-27 10:52:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-27 10:52:18 +0000 |
commit | 8e204ccbd0d85817a8dbd3af183f5b18931e65e1 (patch) | |
tree | acc582ec3bbe34b397eeac97b39339ad642510c1 /lang/Makefile | |
parent | 8f6e2300a30e779bfd1c43cb545f67492d3ffdae (diff) | |
download | ports-8e204ccbd0d85817a8dbd3af183f5b18931e65e1.tar.gz ports-8e204ccbd0d85817a8dbd3af183f5b18931e65e1.zip |
Tcl-wrapper installs a shell wrapper for the "tclsh" command that
comes with different versions of Tcl. Users can define in a configuration file
which version of the Tcl shell should be called.
- Martin Matuska
martin@matuska.org
PR: ports/110626
Submitted by: martin at matuska.org
Notes
Notes:
svn path=/head/; revision=188523
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 6e0e9f9d3138..2fc784134be8 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -307,6 +307,7 @@ SUBDIR += t3x SUBDIR += tcl-manual SUBDIR += tcl-tk-wrapper + SUBDIR += tcl-wrapper SUBDIR += tcl80 SUBDIR += tcl81-thread SUBDIR += tcl82 |