diff options
author | cjep <cjep@pkgsrc.org> | 2004-03-11 16:03:30 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-03-11 16:03:30 +0000 |
commit | 15c569e4a32f9a3928eef59a598257800e74514d (patch) | |
tree | afb355e2f6da6a6484ddf35198f1803ae5d36105 | |
parent | 00570f94b1927c5e1f2a68bd6a53dff494b1a4fd (diff) | |
download | pkgsrc-15c569e4a32f9a3928eef59a598257800e74514d.tar.gz |
sort
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index d1e35a7dcd8..03c826fd7da 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.167 2004/03/08 19:52:51 minskim Exp $ +# $NetBSD: Makefile,v 1.168 2004/03/11 16:03:30 cjep Exp $ # COMMENT= Programming languages @@ -134,11 +134,11 @@ SUBDIR+= sun-jre13 SUBDIR+= sun-jre14 SUBDIR+= swi-prolog SUBDIR+= tcl -SUBDIR+= tcl83 SUBDIR+= tcl-expect SUBDIR+= tcl-itcl SUBDIR+= tcl-otcl SUBDIR+= tcl-tclX +SUBDIR+= tcl83 SUBDIR+= tinyscheme SUBDIR+= tk-expect SUBDIR+= tk-tclX |