diff options
author | asau <asau@pkgsrc.org> | 2010-07-20 02:22:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-20 02:22:15 +0000 |
commit | 3be1ef080c81d20c572f1d438d214a6737ad7d13 (patch) | |
tree | 50e4c48f934c3edac84d7eda24e1b2b9a7aaa78a | |
parent | 694a4a75e5d98bd46ff30acc7799338c9f8f9b14 (diff) | |
download | pkgsrc-3be1ef080c81d20c572f1d438d214a6737ad7d13.tar.gz |
Remove drscheme and mzscheme.
Add racket and racket-textual.
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index 60b3ed94696..77c7221d019 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.291 2010/03/18 09:19:40 wiz Exp $ +# $NetBSD: Makefile,v 1.292 2010/07/20 02:22:15 asau Exp $ # COMMENT= Programming languages @@ -26,7 +26,6 @@ SUBDIR+= clisp SUBDIR+= coq SUBDIR+= cparser SUBDIR+= cu-prolog -SUBDIR+= drscheme SUBDIR+= eag SUBDIR+= ecl SUBDIR+= eieio @@ -95,7 +94,6 @@ SUBDIR+= mono SUBDIR+= mono-basic SUBDIR+= moscow_ml SUBDIR+= mpd -SUBDIR+= mzscheme SUBDIR+= nawk SUBDIR+= nhc98 SUBDIR+= objc @@ -136,6 +134,8 @@ SUBDIR+= py26-html-docs SUBDIR+= python24 SUBDIR+= python25 SUBDIR+= python26 +SUBDIR+= racket +SUBDIR+= racket-textual SUBDIR+= rcfunge SUBDIR+= rexx-imc SUBDIR+= rexx-regina |