diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-22 22:11:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-22 22:11:39 +0800 |
commit | a97726eff19a77bbcf41126a4dbe78bf500911f1 (patch) | |
tree | 1e3388f0f326ab3355354b093e2ef5059acbccd0 /databases/Makefile | |
parent | 90ae1062dc050f787003e1b6181bed9768c2367b (diff) | |
download | freebsd-ports-gnome-a97726eff19a77bbcf41126a4dbe78bf500911f1.tar.gz freebsd-ports-gnome-a97726eff19a77bbcf41126a4dbe78bf500911f1.tar.zst freebsd-ports-gnome-a97726eff19a77bbcf41126a4dbe78bf500911f1.zip |
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>
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 |