diff options
author | pav <pav@FreeBSD.org> | 2007-09-22 06:35:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-09-22 06:35:46 +0800 |
commit | 9b9a9e60da4cb61e219178fe7b94605a91d70469 (patch) | |
tree | 28ee3a89a06ce35087b4ebf664a12f6e54c01fc8 /www/tclhttpd | |
parent | 4cae4b9a1626f07247408a0ff77398afe057a14b (diff) | |
download | freebsd-ports-gnome-9b9a9e60da4cb61e219178fe7b94605a91d70469.tar.gz freebsd-ports-gnome-9b9a9e60da4cb61e219178fe7b94605a91d70469.tar.zst freebsd-ports-gnome-9b9a9e60da4cb61e219178fe7b94605a91d70469.zip |
- Make tcllib depobjs version independent
Reported by: pointyhat
Pointy hat to: mi
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 |