diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-11-20 10:00:26 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-11-20 10:00:26 +0000 |
commit | eb75cb5cc1d8fd3f0c7111e24190c3ade16b9579 (patch) | |
tree | 182222048e42b539c9798ba42853ada76b65c630 /lang/tcl85/Makefile | |
parent | b87cd97630e26689601b97af003ede988fd49205 (diff) |
Notes
Diffstat (limited to 'lang/tcl85/Makefile')
-rw-r--r-- | lang/tcl85/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile index 10f39585c208..cfbcbcb50bcb 100644 --- a/lang/tcl85/Makefile +++ b/lang/tcl85/Makefile @@ -6,8 +6,7 @@ # PORTNAME?= tcl -PORTVERSION= 8.5.7 -PORTREVISION?= 1 +PORTVERSION= 8.5.8 CATEGORIES= lang MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} @@ -52,7 +51,7 @@ PLIST= ${PKGDIR}/pkg-plist.tm .if !defined(BUILDING_TCL_TM) .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} |