aboutsummaryrefslogtreecommitdiff
path: root/tea/pkgIndex.tcl.in
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-08-24 04:57:29 +0000
committerCy Schubert <cy@FreeBSD.org>2016-08-24 04:57:29 +0000
commitfec4731491040cfae726a0ba08f43da36fba63d6 (patch)
treec6e2b30e563e15121d9f4b70d79df7aec91da3c5 /tea/pkgIndex.tcl.in
parent1e2519c01c74422098762213a25b9c4a5740cb98 (diff)
Import sqlite3-3.14.1 (3140100)vendor/sqlite3/sqlite-3140100
Diffstat (limited to 'tea/pkgIndex.tcl.in')
-rw-r--r--tea/pkgIndex.tcl.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/tea/pkgIndex.tcl.in b/tea/pkgIndex.tcl.in
new file mode 100644
index 000000000000..bc585f73b300
--- /dev/null
+++ b/tea/pkgIndex.tcl.in
@@ -0,0 +1,7 @@
+#
+# Tcl package index file
+#
+# Note sqlite*3* init specifically
+#
+package ifneeded sqlite3 @PACKAGE_VERSION@ \
+ [list load [file join $dir @PKG_LIB_FILE@] Sqlite3]