diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index f023bdc3e90f..9909f7b0d998 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -47,7 +47,7 @@ LATEST_LINK= tcl86${THREADS_SUFFIX} .include <bsd.port.pre.mk> .if !defined(WITHOUT_TCL_MODULES) -RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.3.tm:${PORTSDIR}/lang/tcl-modules +RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.4.tm:${PORTSDIR}/lang/tcl-modules .endif DATADIR= ${PREFIX}/share/${PORTNAME}${TCL_VER} |