diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-08 19:52:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-08 19:52:50 +0000 |
commit | ac690cf6348baa713aede454a0221855eda81f9d (patch) | |
tree | 7d5c37da02d5768c1638a32c0091a2067292efb0 /lang/Makefile | |
parent | e6b8d346e02abae17efb866e1af55246621d6cd9 (diff) | |
download | pkgsrc-ac690cf6348baa713aede454a0221855eda81f9d.tar.gz |
Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
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 119a8279cc6..d1e35a7dcd8 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.166 2004/03/07 17:18:58 minskim Exp $ +# $NetBSD: Makefile,v 1.167 2004/03/08 19:52:51 minskim Exp $ # COMMENT= Programming languages @@ -134,6 +134,7 @@ SUBDIR+= sun-jre13 SUBDIR+= sun-jre14 SUBDIR+= swi-prolog SUBDIR+= tcl +SUBDIR+= tcl83 SUBDIR+= tcl-expect SUBDIR+= tcl-itcl SUBDIR+= tcl-otcl |