From b23ced08803c089ba1b75fed2acd4838f7e26f2b Mon Sep 17 00:00:00 2001 From: bernd Date: Fri, 20 Oct 2006 15:36:08 +0000 Subject: [PATCH] add ruby-sqlite3 --- databases/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/Makefile b/databases/Makefile index 12b54e37e0e..4067ff0e420 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.92 2006/10/18 13:56:25 aanriot Exp $ +# $OpenBSD: Makefile,v 1.93 2006/10/20 15:36:08 bernd Exp $ # $FreeBSD: Makefile,v 1.24 1997/10/04 23:32:05 andreas Exp $ # SUBDIR += db @@ -74,6 +74,7 @@ SUBDIR += qdbm SUBDIR += ruby-activerecord SUBDIR += ruby-postgres + SUBDIR += ruby-sqlite3 SUBDIR += sqlite SUBDIR += sqlite3 SUBDIR += sqlitebrowser