diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-08-21 04:02:42 +0800 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-08-21 04:02:42 +0800 |
commit | f4f1d67dc2409fa1ec5f35fe8a250adcfe1b42f4 (patch) | |
tree | 62725416fbb267b2d470909b7d35569eabbc84c5 | |
parent | 789a9ef24456434326bd07c7d1c5ebf7a7e3fc43 (diff) | |
download | freebsd-ports-gnome-f4f1d67dc2409fa1ec5f35fe8a250adcfe1b42f4.tar.gz freebsd-ports-gnome-f4f1d67dc2409fa1ec5f35fe8a250adcfe1b42f4.tar.zst freebsd-ports-gnome-f4f1d67dc2409fa1ec5f35fe8a250adcfe1b42f4.zip |
Add tcl8.0
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 74cfdb3affb6..2a819c4b3cce 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.77 1997/08/11 10:12:42 rse Exp $ +# $Id: Makefile,v 1.78 1997/08/19 07:10:08 fenner Exp $ # SUBDIR += Gofer @@ -52,6 +52,7 @@ SUBDIR += tcl SUBDIR += tcl74 SUBDIR += tcl76 + SUBDIR += tcl80 SUBDIR += tclX SUBDIR += tclX74 SUBDIR += tclX75 |