Date: Fri, 10 Aug 2012 12:03:39 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302385 - head/lang/tcl86 Message-ID: <201208101203.q7AC3dQg031457@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208101203.q7AC3dQg031457>