diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-22 14:11:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-22 14:11:39 +0000 |
commit | 5aee2b99f6d9176162f0e4bab3721dfa1e3b39d1 (patch) | |
tree | dabc2fd97b620ec6e3373656063da81574b7d59d /databases/Makefile | |
parent | a1ffe962fd350bdb3db0c96d40417f249768697b (diff) |
This is the SQLite extension for Tcl using the Tcl Extension
Architecture (TEA).
WWW: http://www.sqlite.org
PR: ports/168232
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com>
Notes
Notes:
svn path=/head/; revision=297192
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 9ff4b18a344b..06db87690190 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -833,6 +833,7 @@ SUBDIR += tablelog SUBDIR += tarantool SUBDIR += tcl-Mysql + SUBDIR += tcl-sqlite3 SUBDIR += tdb SUBDIR += tdbc SUBDIR += tinycdb |