diff options
author | jwise <jwise> | 2000-09-05 16:23:09 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-05 16:23:09 +0000 |
commit | 91f1dcd22427ca514b4eb2e228a49599bdb1459d (patch) | |
tree | 354e3dbdac481c83a105a3241ba682cef8bd31e6 /lang/Makefile | |
parent | dc9192f4ed877d11fb05858d0e67ab2b6dce6061 (diff) | |
download | pkgsrc-91f1dcd22427ca514b4eb2e228a49599bdb1459d.tar.gz |
Remove tcl80 and tclman80, add and enable tcl-expect.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index f4304c355b9..3fc78a71330 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2000/09/05 09:19:01 jlam Exp $ +# $NetBSD: Makefile,v 1.60 2000/09/05 16:23:09 jwise Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -53,9 +53,8 @@ SUBDIR += snobol SUBDIR += squeak SUBDIR += tcl -# SUBDIR += tcl80 # obsoleted by tcl, will be removed when all dependents are updated. + SUBDIR += tcl-expect SUBDIR += tclX80 -# SUBDIR += tclman80 # obsoleted by tcl, will be removed when all dependents are updated. SUBDIR += ucblogo .include "../mk/bsd.pkg.subdir.mk" |