diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-30 07:49:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-30 07:49:24 +0000 |
commit | b00b87160d5c1985b1408ec5eb1750b9c98f6a36 (patch) | |
tree | 3c2bb39d428177960550a1804ed5e43462538ae8 | |
parent | 39ca1b5003e67620f4173970edb2ded8d287c6ff (diff) | |
download | freebsd-ports-b00b87160d5c1985b1408ec5eb1750b9c98f6a36.zip |
Add back tcl75 and tk41.
Forgotten when fixing up his own screwup by: pst
Mentioned on the ports list in passing by: fenner
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index b2b2a54db251..6dd9beac8ac5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.80 1997/09/11 09:50:17 tg Exp $ +# $Id: Makefile,v 1.81 1997/09/12 10:18:25 pst Exp $ # SUBDIR += Gofer @@ -50,6 +50,7 @@ SUBDIR += squeak SUBDIR += sr SUBDIR += swi-pl + SUBDIR += tcl75 SUBDIR += tcl76 SUBDIR += tcl80 SUBDIR += xpl |