diff options
author | taca <taca> | 2012-03-04 16:11:39 +0000 |
---|---|---|
committer | taca <taca> | 2012-03-04 16:11:39 +0000 |
commit | 5ca2210ad53142d2cc47f03d0b309eba0b3202a9 (patch) | |
tree | fab5ce94d488f87a6fa124f5e3be83aaf12c8ab8 /lang/Makefile | |
parent | 2fa3f4b011a600600f570e29232beee41fb030f5 (diff) | |
download | pkgsrc-5ca2210ad53142d2cc47f03d0b309eba0b3202a9.tar.gz |
Add and enable ruby-execjs.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 16b1a945bb0..0ee739a39b5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.312 2012/02/09 20:03:48 drochner Exp $ +# $NetBSD: Makefile,v 1.313 2012/03/04 16:11:39 taca Exp $ # COMMENT= Programming languages @@ -155,6 +155,7 @@ SUBDIR+= rexx-imc SUBDIR+= rexx-regina SUBDIR+= ruby SUBDIR+= ruby-doc-stdlib +SUBDIR+= ruby-execjs SUBDIR+= ruby18 SUBDIR+= ruby18-base SUBDIR+= ruby19 |