diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-09-24 21:17:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-09-24 21:17:39 +0000 |
commit | e8e95b39657cc5f1f07d03356a221e86b16ce826 (patch) | |
tree | bc576ec167ea5b432023532ab4a5251f90a8d33a /lang | |
parent | 2378df4cdafaa35006b206f7a8bc203961ce057f (diff) | |
download | pkgsrc-e8e95b39657cc5f1f07d03356a221e86b16ce826.tar.gz |
add and enable tcl-itcl-current
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index d2c6142583e..4726b334da6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.191 2004/09/24 00:28:46 rh Exp $ +# $NetBSD: Makefile,v 1.192 2004/09/24 21:17:39 dmcmahill Exp $ # COMMENT= Programming languages @@ -153,6 +153,7 @@ SUBDIR+= swi-prolog-packages SUBDIR+= tcl SUBDIR+= tcl-expect SUBDIR+= tcl-itcl +SUBDIR+= tcl-itcl-current SUBDIR+= tcl-otcl SUBDIR+= tcl-tclX SUBDIR+= tcl83 |