diff options
author | jkh <jkh@FreeBSD.org> | 1997-08-20 20:02:42 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-08-20 20:02:42 +0000 |
commit | 7350fc7add3b91bc46ae9387a1c30a15972a8e51 (patch) | |
tree | 32b13eecc8a73216ec0644f93f47cefaabcc1e63 /lang/Makefile | |
parent | 9f2fa6c4745b8aaee723e6fd5c410d6e8bfa5206 (diff) | |
download | FreeBSD-ports-7350fc7add3b91bc46ae9387a1c30a15972a8e51.zip FreeBSD-ports-7350fc7add3b91bc46ae9387a1c30a15972a8e51.tar.gz |
Add tcl8.0
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 74cfdb3..2a819c4 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 |