diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-09-12 10:19:56 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-09-12 10:19:56 +0000 |
commit | fe8e4632fd8008f38c5a2fa77f7b6768666aeaa7 (patch) | |
tree | 62e18934d7033c176e0aa8299be7230d225b759f /lang/Makefile | |
parent | 83016f90adcea9e0a00efdb090301a5772662ae2 (diff) |
Remove obsolete (and BROKEN) tcl ports
Notes
Notes:
svn path=/head/; revision=7877
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/Makefile b/lang/Makefile index a811139167a4..b2b2a54db251 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.79 1997/08/20 20:02:42 jkh Exp $ +# $Id: Makefile,v 1.80 1997/09/11 09:50:17 tg Exp $ # SUBDIR += Gofer @@ -50,13 +50,8 @@ SUBDIR += squeak SUBDIR += sr SUBDIR += swi-pl - SUBDIR += tcl - SUBDIR += tcl74 SUBDIR += tcl76 SUBDIR += tcl80 - SUBDIR += tclX - SUBDIR += tclX74 - SUBDIR += tclX75 SUBDIR += xpl .include <bsd.port.subdir.mk> |