summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-01-11 19:08:48 +0000
committerdrochner <drochner@pkgsrc.org>2007-01-11 19:08:48 +0000
commitdd466495ba71ba8ef58a419fa47ccd264c7a3f30 (patch)
tree0027f3550530924f9e15764e962ec7cfa2d8ca66 /databases/sqlite3-tcl
parentce06bc2271a309127519d9ab5f8d52627e26e5f1 (diff)
downloadpkgsrc-dd466495ba71ba8ef58a419fa47ccd264c7a3f30.tar.gz
update to 3.3.10
changes: -fixed bugs which can lead to database corruption under obscure and difficult to reproduce circumstances -new sqlite3_prepare_v2() API -bug fixes in the command-line shell -enhancements to the query optimizer pkgsrc change: fix a selftest which couldn't work as intended due to misuse of O_APPEND
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r--databases/sqlite3-tcl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile
index 3b08acaea0c..d17d26e8720 100644
--- a/databases/sqlite3-tcl/Makefile
+++ b/databases/sqlite3-tcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/04/06 06:21:43 reed Exp $
+# $NetBSD: Makefile,v 1.6 2007/01/11 19:08:48 drochner Exp $
.include "../../databases/sqlite3/Makefile.common"
@@ -14,4 +14,5 @@ BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.2.7
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"