diff options
author | taca <taca@pkgsrc.org> | 2009-10-17 12:25:31 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-10-17 12:25:31 +0000 |
commit | a1447fa122134acdce08a9874d6aead209e4ee69 (patch) | |
tree | 78c6a089478a83aa7fe07b276785cbc9dd558320 /databases | |
parent | a074310e77e5c506580233b7ad8effa13eb114ca (diff) | |
download | pkgsrc-a1447fa122134acdce08a9874d6aead209e4ee69.tar.gz |
Add and enable ruby-sqlite.
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 e0aabd5df96..bd072ca2644 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.305 2009/09/07 18:28:03 joerg Exp $ +# $NetBSD: Makefile,v 1.306 2009/10/17 12:25:31 taca Exp $ # COMMENT= Databases @@ -256,6 +256,7 @@ SUBDIR+= ruby-postgresql SUBDIR+= ruby-qdbm SUBDIR+= ruby-sequel SUBDIR+= ruby-sequel-core +SUBDIR+= ruby-sqlite SUBDIR+= ruby-sqlite3 SUBDIR+= ruby-tokyocabinet SUBDIR+= ruby-tokyotyrant |