From f7d10b3da7cd735cb2aacee4be7548f4e458d4a9 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Fri, 20 Nov 2009 11:22:52 +0000 Subject: [PATCH] - Fix tcl-modules dependency Reported by: QAT --- lang/tcl86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index 13265c47a3f0..71b494319ec5 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -45,7 +45,7 @@ LATEST_LINK= tcl86${THREADS_SUFFIX} .include .if !defined(WITHOUT_TCL_MODULES) -RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.1.tm:${PORTSDIR}/lang/tcl-modules +RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.2.tm:${PORTSDIR}/lang/tcl-modules .endif DATADIR= ${PREFIX}/share/${PORTNAME}${TCL_VER}