diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-10-27 00:55:26 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-10-27 00:55:26 +0000 |
commit | 4713aa09b68765331b0d061b41dc3c9a7f75a120 (patch) | |
tree | c26b40bb9ea5a6b22d0459fee2f67d3448613d07 /devel/tclxml | |
parent | Unbreak by making fetchable again (diff) |
Chase the tcllib version.
Approved by: portmgr (erwin)
Approved by: maintainers
Diffstat (limited to 'devel/tclxml')
-rw-r--r-- | devel/tclxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile index 3a8be96319e4..7fec7cd65ad4 100644 --- a/devel/tclxml/Makefile +++ b/devel/tclxml/Makefile @@ -16,7 +16,7 @@ COMMENT= API for parsing XML documents using Tcl BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 RUN_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 \ - ${LOCALBASE}/lib/tcllib1.7/uri/uri.tcl:${PORTSDIR}/devel/tcllib + ${LOCALBASE}/lib/tcllib1.9/uri/uri.tcl:${PORTSDIR}/devel/tcllib GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |