diff options
author | taca <taca> | 2010-09-12 04:28:03 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-12 04:28:03 +0000 |
commit | 02373b6f50bcc86d8795f3d7f2a9163d920717e8 (patch) | |
tree | f08aab4a637a937f51b6776bc8e9fac00ca477fc /databases | |
parent | 630165307b55fd1cd6c82d31449558e662d504cc (diff) | |
download | pkgsrc-02373b6f50bcc86d8795f3d7f2a9163d920717e8.tar.gz |
Add and enable ruby-activerecord3 and ruby-arel.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 193d6f5924c..e23f182bf85 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.346 2010/09/11 23:59:16 taca Exp $ +# $NetBSD: Makefile,v 1.347 2010/09/12 04:28:03 taca Exp $ # COMMENT= Databases @@ -264,9 +264,11 @@ SUBDIR+= rrdtool SUBDIR+= rrdtool12 SUBDIR+= ruby-activeldap SUBDIR+= ruby-activerecord +SUBDIR+= ruby-activerecord3 SUBDIR+= ruby-activerecord-cassandra SUBDIR+= ruby-activerecord-odbc SUBDIR+= ruby-acts-as-versioned +SUBDIR+= ruby-arel SUBDIR+= ruby-cassandra SUBDIR+= ruby-datamapper SUBDIR+= ruby-data_objects |