diff options
author | mi <mi@FreeBSD.org> | 2004-11-20 05:36:45 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-11-20 05:36:45 +0800 |
commit | 3b6dd67949c29b4d639745b6c39876350ba88e6e (patch) | |
tree | 4ecf503f391604c569a59a154f0501dcf275c9ae /devel/tclxml | |
parent | a4ee6e94de9d28bccc8d12eeef0d122a4cb947d0 (diff) | |
download | freebsd-ports-gnome-3b6dd67949c29b4d639745b6c39876350ba88e6e.tar.gz freebsd-ports-gnome-3b6dd67949c29b4d639745b6c39876350ba88e6e.tar.zst freebsd-ports-gnome-3b6dd67949c29b4d639745b6c39876350ba88e6e.zip |
Upgrade devel/tcllib from 1.6 to 1.7 and www/tclhttpd from 3.4.2 to 3.5.1.
Update dependency lines in amsn and tclxml.
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 cf713aeebdde..3a8be96319e4 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.6/uri/uri.tcl:${PORTSDIR}/devel/tcllib + ${LOCALBASE}/lib/tcllib1.7/uri/uri.tcl:${PORTSDIR}/devel/tcllib GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |