diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-03 08:19:31 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-03 08:19:31 +0000 |
| commit | f9d0273a09491065ddf11d3bcffa7cec6fd739d4 (patch) | |
| tree | 0770463c7bd408335136770969c40b060ca4c1bf /usr.sbin/sysinstall | |
| parent | ae35e8ad884a219fc35479c6b9321c0f3447c3e8 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/index.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index 7b05d9f763b2..cb6f9c8a0dac 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -147,12 +147,13 @@ static char *descrs[] = { "shells", "Various shells (tcsh, bash, etc).", "spanish", "Ported software for the Spanish market.", "sysutils", "Various system utilities.", + "tcl", "TCL and packages that depend on it.", "tcl80", "TCL v8.0 and packages that depend on it.", - "tcl81", "TCL v8.1 and packages that depend on it.", "tcl82", "TCL v8.2 and packages that depend on it.", "tcl83", "TCL v8.3 and packages that depend on it.", "tcl84", "TCL v8.4 and packages that depend on it.", "textproc", "Text processing/search utilities.", + "tk", "Tk and packages that depend on it.", "tk80", "Tk8.0 and packages that depend on it.", "tk82", "Tk8.2 and packages that depend on it.", "tk83", "Tk8.3 and packages that depend on it.", |
