diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2016-08-24 04:57:29 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2016-08-24 04:57:29 +0000 |
| commit | fec4731491040cfae726a0ba08f43da36fba63d6 (patch) | |
| tree | c6e2b30e563e15121d9f4b70d79df7aec91da3c5 /tea/pkgIndex.tcl.in | |
| parent | 1e2519c01c74422098762213a25b9c4a5740cb98 (diff) | |
Import sqlite3-3.14.1 (3140100)vendor/sqlite3/sqlite-3140100
Diffstat (limited to 'tea/pkgIndex.tcl.in')
| -rw-r--r-- | tea/pkgIndex.tcl.in | 7 |
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] |
