diff options
author | taca <taca> | 2011-12-14 16:25:17 +0000 |
---|---|---|
committer | taca <taca> | 2011-12-14 16:25:17 +0000 |
commit | f6beddf54acb92a05c268f6f98006751cc7c4a60 (patch) | |
tree | 263cfa39fc36d57cc9668a5c0ed8783a6fc38e16 /databases | |
parent | a568b2bc8006d87e1f809f04f5520a17972ed286 (diff) | |
download | pkgsrc-f6beddf54acb92a05c268f6f98006751cc7c4a60.tar.gz |
Add and enable ruby-arel20.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 65b57871667..58313c40524 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.385 2011/12/13 15:29:37 taca Exp $ +# $NetBSD: Makefile,v 1.386 2011/12/14 16:25:17 taca Exp $ # COMMENT= Databases @@ -318,6 +318,7 @@ SUBDIR+= ruby-activerecord-odbc SUBDIR+= ruby-activerecord3 SUBDIR+= ruby-acts-as-versioned SUBDIR+= ruby-arel +SUBDIR+= ruby-arel20 SUBDIR+= ruby-cassandra SUBDIR+= ruby-data_objects SUBDIR+= ruby-datamapper |