diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-31 14:14:21 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-31 14:14:21 +0000 |
commit | abfae2beee65350f1b0eefbf90a300b3eea73200 (patch) | |
tree | e22a4ea55b22b93c03cdc9abc1f7102e207b7521 /lang | |
parent | 542c2195080816cb7102848fc4370f804cbdad01 (diff) | |
download | pkgsrc-abfae2beee65350f1b0eefbf90a300b3eea73200.tar.gz |
Enable tcl and tk, disable tcl80 and tk80.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index 9571eb0a2c0..f11230dac6f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2000/08/24 19:54:47 jwise Exp $ +# $NetBSD: Makefile,v 1.57 2000/08/31 14:14:21 jwise Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -51,8 +51,8 @@ SUBDIR += sml-nj SUBDIR += snobol SUBDIR += squeak -# SUBDIR += tcl # tcl-8.3.2; will be enabled when tcl-based packages are updated - SUBDIR += tcl80 + SUBDIR += tcl +# SUBDIR += tcl80 # obsoleted by tcl, will be removed when all dependents are updated. SUBDIR += tclX80 SUBDIR += tclman80 SUBDIR += ucblogo |