diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-17 19:41:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-17 19:41:33 +0800 |
commit | 7d299ce305a3fbef75cc18d4524f0586e051d411 (patch) | |
tree | c0ac00eb7f71c5e71f1f747d75fe3db9ec959b6d /www/tclhttpd | |
parent | a27f6014666de620bedc675b5659746c72c7316d (diff) | |
download | freebsd-ports-gnome-7d299ce305a3fbef75cc18d4524f0586e051d411.tar.gz freebsd-ports-gnome-7d299ce305a3fbef75cc18d4524f0586e051d411.tar.zst freebsd-ports-gnome-7d299ce305a3fbef75cc18d4524f0586e051d411.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/tclhttpd')
-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 |