diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-21 22:35:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-21 22:35:46 +0000 |
commit | 1a17607766b44d4dd4c01c77bb1b1e1c8cc64a61 (patch) | |
tree | 343232c1bac7bd886cd0f9239b69a048255524ad /www/tclhttpd | |
parent | ac0bd9ba63423868f212d4e66736ea78c6045ac3 (diff) | |
download | ports-1a17607766b44d4dd4c01c77bb1b1e1c8cc64a61.tar.gz ports-1a17607766b44d4dd4c01c77bb1b1e1c8cc64a61.zip |
Notes
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 bc75a73a8776..dd327de0b887 100644 --- a/www/tclhttpd/Makefile +++ b/www/tclhttpd/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= An http-server implemented in TCL -RUN_DEPENDS= ${LOCALBASE}/lib/tcllib1.9/pkgIndex.tcl:${PORTSDIR}/devel/tcllib +RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib LIB_DEPENDS= tcl${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER} USE_RC_SUBR= tclhttpd.sh |