svn commit: r326743 - head/lang/rust

Bryan Drewery bdrewery at FreeBSD.org
Sun Sep 8 15:10:43 UTC 2013


Author: bdrewery
Date: Sun Sep  8 15:10:42 2013
New Revision: 326743
URL: http://svnweb.freebsd.org/changeset/ports/326743

Log:
  Mark MAKE_JOBS_UNSAFE

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Sun Sep  8 15:07:35 2013	(r326742)
+++ head/lang/rust/Makefile	Sun Sep  8 15:10:42 2013	(r326743)
@@ -25,6 +25,8 @@ USE_GMAKE=	yes
 USE_PERL5_BUILD=	yes
 USE_PYTHON_BUILD=	2.6-2.7
 
+MAKE_JOBS_UNSAFE=	yes
+
 MAN1=	rustc.1
 
 OPTIONS_DEFINE=		RUSTPKG


More information about the svn-ports-all mailing list