aboutsummaryrefslogtreecommitdiff
path: root/tea/pkgIndex.tcl.in
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2018-05-08 03:51:19 +0000
committerPeter Wemm <peter@FreeBSD.org>2018-05-08 03:51:19 +0000
commit68309dce47073a7f3f739b107c53c195b43bd812 (patch)
tree3c4d10afd70f285c192bbd390612cc6dedbb822c /tea/pkgIndex.tcl.in
parentbc3684a0e460adc8b7c089e48f214fadbf61824a (diff)
Import sqlite3-3.23.1 (3230100)vendor/sqlite3/sqlite-3230100
Diffstat (limited to 'tea/pkgIndex.tcl.in')
-rw-r--r--tea/pkgIndex.tcl.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/tea/pkgIndex.tcl.in b/tea/pkgIndex.tcl.in
deleted file mode 100644
index bc585f73b300..000000000000
--- a/tea/pkgIndex.tcl.in
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Tcl package index file
-#
-# Note sqlite*3* init specifically
-#
-package ifneeded sqlite3 @PACKAGE_VERSION@ \
- [list load [file join $dir @PKG_LIB_FILE@] Sqlite3]