svn commit: r302385 - head/lang/tcl86

Martin Matuska mm at FreeBSD.org
Fri Aug 10 12:03:40 UTC 2012


Author: mm
Date: Fri Aug 10 12:03:39 2012
New Revision: 302385
URL: http://svn.freebsd.org/changeset/ports/302385

Log:
  Fix tcltest dependency
  
  Reported by:	beat at FreeBSD.org

Modified:
  head/lang/tcl86/Makefile

Modified: head/lang/tcl86/Makefile
==============================================================================
--- head/lang/tcl86/Makefile	Fri Aug 10 11:10:12 2012	(r302384)
+++ head/lang/tcl86/Makefile	Fri Aug 10 12:03:39 2012	(r302385)
@@ -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}



More information about the svn-ports-all mailing list