diff options
author | taca <taca@pkgsrc.org> | 2010-03-04 05:01:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-04 05:01:51 +0000 |
commit | 6e48fbda0745c7926d4827ee53524bfac7bd7701 (patch) | |
tree | eda605495cddba3f17ce463b1f18c7dea8d3811c /lang/Makefile | |
parent | c32b2b5f0ec5041a0c9004be7d893091823ecb86 (diff) | |
download | pkgsrc-6e48fbda0745c7926d4827ee53524bfac7bd7701.tar.gz |
Add and enable likepython.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 18e6057fb90..23e80a11352 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.287 2010/02/11 00:59:54 asau Exp $ +# $NetBSD: Makefile,v 1.288 2010/03/04 05:01:51 taca Exp $ # COMMENT= Programming languages @@ -83,6 +83,7 @@ SUBDIR+= kali SUBDIR+= ksi SUBDIR+= librep SUBDIR+= libtcl-nothread +SUBDIR+= likepython SUBDIR+= lua SUBDIR+= lush SUBDIR+= maude @@ -141,6 +142,8 @@ SUBDIR+= ruby SUBDIR+= ruby-doc-stdlib SUBDIR+= ruby18 SUBDIR+= ruby18-base +SUBDIR+= ruby19 +SUBDIR+= ruby19-base SUBDIR+= sablevm SUBDIR+= sablevm-classpath SUBDIR+= sablevm-classpath-gui |