Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2012 10:22:28 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304440 - head/math/R
Message-ID:  <201209181022.q8IAMSDJ070009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Sep 18 10:22:28 2012
New Revision: 304440
URL: http://svn.freebsd.org/changeset/ports/304440

Log:
  - Remove limitation on unthreaded version of Tk
  
  PR:		171156
  Submitted by:	gahr
  Approved by:	maintainer (timeout 20 days)

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Tue Sep 18 10:19:30 2012	(r304439)
+++ head/math/R/Makefile	Tue Sep 18 10:22:28 2012	(r304440)
@@ -194,7 +194,6 @@ CONFIGURE_ARGS+=	--without-libpng
 .endif
 
 .if ${PORT_OPTIONS:MTCLTK}
-USE_TK_NO_THREADS=	yes
 USE_TK =		84+
 CONFIGURE_ARGS+=	--with-tcltk \
 			--with-tcl-config=${TCL_LIBDIR}/tclConfig.sh \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209181022.q8IAMSDJ070009>