diff options
author | taca <taca@pkgsrc.org> | 2004-12-04 17:26:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-12-04 17:26:19 +0000 |
commit | d7078ee93d9e8f1cb3345fb5e311249cfbf7568d (patch) | |
tree | 06f9e31032394305df41850d8762bccfa3954824 | |
parent | 9c5f6cd83fa192aa03e4f605d528d0d59343eac1 (diff) | |
download | pkgsrc-d7078ee93d9e8f1cb3345fb5e311249cfbf7568d.tar.gz |
Add and enable ruby-DBD-sqlite.
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 365e87dac6b..87c55a3848c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.153 2004/11/27 14:31:50 taca Exp $ +# $NetBSD: Makefile,v 1.154 2004/12/04 17:26:19 taca Exp $ # COMMENT= Databases @@ -130,6 +130,7 @@ SUBDIR+= rdb SUBDIR+= rrdtool SUBDIR+= ruby-DBD-mysql SUBDIR+= ruby-DBD-postgresql +SUBDIR+= ruby-DBD-sqlite SUBDIR+= ruby-DBI SUBDIR+= ruby-dbm SUBDIR+= ruby-gdbm |