diff options
author | mi <mi@FreeBSD.org> | 2002-03-30 01:55:00 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-03-30 01:55:00 +0800 |
commit | 4d3ad44b4e683be5ec46345e29c03f68cd75fcdb (patch) | |
tree | 908406043f5122aec6f895f8db08f8c73ebc69c8 /www | |
parent | 24a84a9fd8c28336fe529581563bd4f7b5ec69be (diff) | |
download | freebsd-ports-gnome-4d3ad44b4e683be5ec46345e29c03f68cd75fcdb.tar.gz freebsd-ports-gnome-4d3ad44b4e683be5ec46345e29c03f68cd75fcdb.tar.zst freebsd-ports-gnome-4d3ad44b4e683be5ec46345e29c03f68cd75fcdb.zip |
Finally catch up with the version number change of devel/tcllib --
I guess, we need some pattern matching in the RUN_DEPENDS too --
this port would work happily with the old tcllib0.8 as well as
the new tcllib1.2.
Submitted by: bento
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 61c92fa538ec..884931097d72 100644 --- a/www/tclhttpd/Makefile +++ b/www/tclhttpd/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com -RUN_DEPENDS= ${LOCALBASE}/lib/tcllib0.8/pkgIndex.tcl:${PORTSDIR}/devel/tcllib +RUN_DEPENDS= ${LOCALBASE}/lib/tcllib1.2/pkgIndex.tcl:${PORTSDIR}/devel/tcllib LIB_DEPENDS= tcl${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER} TCL_DVER?= 8.3 |