diff options
author | taca <taca@pkgsrc.org> | 2008-06-22 15:48:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-22 15:48:09 +0000 |
commit | 641015a5bd03a6eda59e567e9b345da2bf7b40f7 (patch) | |
tree | 58903009a6c83f45481bc5bd7222fc573b7f6719 /databases/Makefile | |
parent | fa8e130b6daaae7ed6892c1d3168fc2777d676ab (diff) | |
download | pkgsrc-641015a5bd03a6eda59e567e9b345da2bf7b40f7.tar.gz |
Add and enable ruby-DBD-sqlite3.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 1e680f94563..b57d3e32ff7 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.250 2008/06/20 15:16:20 he Exp $ +# $NetBSD: Makefile,v 1.251 2008/06/22 15:48:09 taca Exp $ # COMMENT= Databases @@ -189,6 +189,7 @@ SUBDIR+= rrdtool SUBDIR+= ruby-DBD-mysql SUBDIR+= ruby-DBD-postgresql SUBDIR+= ruby-DBD-sqlite +SUBDIR+= ruby-DBD-sqlite3 SUBDIR+= ruby-DBI SUBDIR+= ruby-activerecord SUBDIR+= ruby-activerecord-odbc |