diff options
author | salo <salo@pkgsrc.org> | 2004-06-30 17:41:54 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-06-30 17:41:54 +0000 |
commit | c667a87de8aede1f144d07b5b1c106c87cb575e5 (patch) | |
tree | 1bd3075620d30e6cfeafa0a55fbd1397f408d3c0 /lang | |
parent | 1f929b2a64d66265a06092a3119455fb5c9ec10b (diff) | |
download | pkgsrc-c667a87de8aede1f144d07b5b1c106c87cb575e5.tar.gz |
Add libtcl-nothread (hi drochner!).
Sort gcc34 packages properly (hi snannonjr!).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index fbf867d5f78..e085a9302ea 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.181 2004/06/29 18:02:54 shannonjr Exp $ +# $NetBSD: Makefile,v 1.182 2004/06/30 17:41:54 salo Exp $ # COMMENT= Programming languages @@ -41,14 +41,14 @@ SUBDIR+= gb SUBDIR+= gcc SUBDIR+= gcc-ssp SUBDIR+= gcc3 -SUBDIR+= gcc34 SUBDIR+= gcc3-ada -SUBDIR+= gcc34-ada SUBDIR+= gcc3-c SUBDIR+= gcc3-c++ SUBDIR+= gcc3-f77 SUBDIR+= gcc3-java SUBDIR+= gcc3-objc +SUBDIR+= gcc34 +SUBDIR+= gcc34-ada SUBDIR+= gforth SUBDIR+= ghc SUBDIR+= gpc @@ -78,6 +78,7 @@ SUBDIR+= kali SUBDIR+= ksi SUBDIR+= libperl SUBDIR+= librep +SUBDIR+= libtcl-nothread SUBDIR+= lua SUBDIR+= lua4 SUBDIR+= maude |