diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-27 18:52:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-27 18:52:18 +0800 |
commit | 9dad1faa655afab5ba60ca5d50426dd3f0974121 (patch) | |
tree | ea35eb8f4be3307045492b38805d68c2c8ed52d5 /lang/Makefile | |
parent | 1e0f629e065b84e18d8fee5c378b95c983d3a04e (diff) | |
download | freebsd-ports-gnome-9dad1faa655afab5ba60ca5d50426dd3f0974121.tar.gz freebsd-ports-gnome-9dad1faa655afab5ba60ca5d50426dd3f0974121.tar.zst freebsd-ports-gnome-9dad1faa655afab5ba60ca5d50426dd3f0974121.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
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 |