diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 11:41:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 11:41:33 +0000 |
commit | 696a6566fccd798cf8c551aeb1da891f3b37713a (patch) | |
tree | fbadfd956fc09b0e7e5d83430f151f6ee53cee1d /www | |
parent | 84cde57e5b4396b2c1144b5c7292b743766ac4de (diff) | |
download | freebsd-ports-696a6566fccd798cf8c551aeb1da891f3b37713a.zip |
Chase update of devel/tcllib.
Noticed by: bento
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/tclhttpd-3.4.2.log
Diffstat (limited to 'www')
-rw-r--r-- | www/tclhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tclhttpd/Makefile b/www/tclhttpd/Makefile index 8de39bab6501..f6b98345f613 100644 --- a/www/tclhttpd/Makefile +++ b/www/tclhttpd/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= An http-server implemented in TCL -RUN_DEPENDS= ${LOCALBASE}/lib/tcllib1.3/pkgIndex.tcl:${PORTSDIR}/devel/tcllib +RUN_DEPENDS= ${LOCALBASE}/lib/tcllib1.4/pkgIndex.tcl:${PORTSDIR}/devel/tcllib LIB_DEPENDS= tcl${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER} TCL_DVER?= 8.4 |