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 | 5af4999b47e9abd758af124ca83e1cfe0b7cc8d2 (patch) | |
tree | 58903009a6c83f45481bc5bd7222fc573b7f6719 /databases | |
parent | 22ecd92608911e6fd1a4a2b7c42b8d1e5b0a1566 (diff) | |
download | pkgsrc-5af4999b47e9abd758af124ca83e1cfe0b7cc8d2.tar.gz |
Add and enable ruby-DBD-sqlite3.
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 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 |