diff options
author | taca <taca@pkgsrc.org> | 2011-12-16 12:23:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-16 12:23:25 +0000 |
commit | 7993916c5039800303913c80ebbd442b0b95980b (patch) | |
tree | 29bb1b8115ac60ced3b9ccb30ad715941bf650f3 /devel | |
parent | 8aa20249301c7fa6ac86c66778c9b6b21b244f7f (diff) | |
download | pkgsrc-7993916c5039800303913c80ebbd442b0b95980b.tar.gz |
Add and enable ruby-activemodel31 and ruby-activesupport31.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4b2e7c859e9..216926d2c0f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1546 2011/12/14 16:19:02 taca Exp $ +# $NetBSD: Makefile,v 1.1547 2011/12/16 12:23:25 taca Exp $ # COMMENT= Development utilities @@ -1319,8 +1319,10 @@ SUBDIR+= rubigen SUBDIR+= ruby-SDL SUBDIR+= ruby-abstract SUBDIR+= ruby-activemodel +SUBDIR+= ruby-activemodel31 SUBDIR+= ruby-activesupport SUBDIR+= ruby-activesupport3 +SUBDIR+= ruby-activesupport31 SUBDIR+= ruby-amstd SUBDIR+= ruby-assistance SUBDIR+= ruby-bsearch |