diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-17 11:41:33 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-17 11:41:33 +0000 |
commit | 7d299ce305a3fbef75cc18d4524f0586e051d411 (patch) | |
tree | c0ac00eb7f71c5e71f1f747d75fe3db9ec959b6d /www | |
parent | a27f6014666de620bedc675b5659746c72c7316d (diff) | |
download | FreeBSD-ports-7d299ce305a3fbef75cc18d4524f0586e051d411.zip FreeBSD-ports-7d299ce305a3fbef75cc18d4524f0586e051d411.tar.gz |
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 8de39ba..f6b9834 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 |