diff options
author | jwise <jwise> | 2000-08-24 19:54:47 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-24 19:54:47 +0000 |
commit | cd7faef91e6b59fb6d7c1ea5dc82d1ced618fb43 (patch) | |
tree | c0e982ff61c44c2183100b218efb972d6dd04849 /lang/Makefile | |
parent | e7086e9eb790cc2f95f2f812469378b15e048f70 (diff) | |
download | pkgsrc-cd7faef91e6b59fb6d7c1ea5dc82d1ced618fb43.tar.gz |
Add tcl, commented out, to be enabled when tcl-based packages are updated.
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 d40301ca413..9571eb0a2c0 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2000/08/17 07:35:20 rh Exp $ +# $NetBSD: Makefile,v 1.56 2000/08/24 19:54:47 jwise Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -51,6 +51,7 @@ 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 += tclX80 SUBDIR += tclman80 |