diff options
author | mi <mi@FreeBSD.org> | 2004-04-06 00:47:20 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-04-06 00:47:20 +0800 |
commit | a8759a8d50bdb10a2312622bbe4fb3691d92ec7a (patch) | |
tree | 17fd4fcc3e0e4f2e7ee4870d7ff971ffa1ff055d /www | |
parent | 172d4b96e26f897c1e24376f67050a6cea7b5458 (diff) | |
download | freebsd-ports-gnome-a8759a8d50bdb10a2312622bbe4fb3691d92ec7a.tar.gz freebsd-ports-gnome-a8759a8d50bdb10a2312622bbe4fb3691d92ec7a.tar.zst freebsd-ports-gnome-a8759a8d50bdb10a2312622bbe4fb3691d92ec7a.zip |
Bump up RUN-dependency on tcllib from 1.4 to 1.6.
Submitted by: kris
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 f6b98345f613..ad7fd83a786c 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.4/pkgIndex.tcl:${PORTSDIR}/devel/tcllib +RUN_DEPENDS= ${LOCALBASE}/lib/tcllib1.6/pkgIndex.tcl:${PORTSDIR}/devel/tcllib LIB_DEPENDS= tcl${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER} TCL_DVER?= 8.4 |