diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-13 12:59:35 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-13 12:59:35 +0000 |
commit | c88e11f89652f120373f04427f40737138c98e1e (patch) | |
tree | 54f61fc4a90dd71b0da354414fad23e7f2d1b575 /textproc/tclExpat/files/pkgIndex.tcl.in | |
parent | Upgrade to 2.3.3. (diff) |
New Port: textproc/tclExpat
This is the TCL interface to the Expat library. I updated it to link
against the modern Expat, as installed by the expat2 port.
PR: 22879
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'textproc/tclExpat/files/pkgIndex.tcl.in')
-rw-r--r-- | textproc/tclExpat/files/pkgIndex.tcl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/tclExpat/files/pkgIndex.tcl.in b/textproc/tclExpat/files/pkgIndex.tcl.in new file mode 100644 index 000000000000..45d58352376a --- /dev/null +++ b/textproc/tclExpat/files/pkgIndex.tcl.in @@ -0,0 +1 @@ +package ifneeded expat 1.1 {load "PREFIX/lib/libtclexpat.so"} |