diff options
author | taca <taca> | 2013-07-21 02:35:41 +0000 |
---|---|---|
committer | taca <taca> | 2013-07-21 02:35:41 +0000 |
commit | fb24bbc214ef18d7653baa9cfb9142fbe11364bf (patch) | |
tree | 2a7ba42bdc8dac489dfa84bffeb30a270ce3ff30 | |
parent | c83a2a454ed9991b21d51fd44a07e10c87e6fabd (diff) | |
download | pkgsrc-fb24bbc214ef18d7653baa9cfb9142fbe11364bf.tar.gz |
Add and enable ruby200-base.
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index e8297233f17..6bf6f2c13e0 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.351 2013/07/17 20:08:26 alnsn Exp $ +# $NetBSD: Makefile,v 1.352 2013/07/21 02:35:41 taca Exp $ # COMMENT= Programming languages @@ -166,6 +166,7 @@ SUBDIR+= ruby18 SUBDIR+= ruby18-base SUBDIR+= ruby193 SUBDIR+= ruby193-base +SUBDIR+= ruby200-base SUBDIR+= runawk SUBDIR+= sablevm SUBDIR+= sablevm-classpath |