svn commit: r339562 - head/math/octave-forge-parallel

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Jan 12 23:26:50 UTC 2014


Author: stephen
Date: Sun Jan 12 23:26:49 2014
New Revision: 339562
URL: http://svnweb.freebsd.org/changeset/ports/339562

Log:
  - Set make_jobs_unsafe.

Modified:
  head/math/octave-forge-parallel/Makefile

Modified: head/math/octave-forge-parallel/Makefile
==============================================================================
--- head/math/octave-forge-parallel/Makefile	Sun Jan 12 23:24:30 2014	(r339561)
+++ head/math/octave-forge-parallel/Makefile	Sun Jan 12 23:26:49 2014	(r339562)
@@ -16,6 +16,7 @@ OCTSRC=		${DISTNAME}
 
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
 GNU_CONFIGURE=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 


More information about the svn-ports-all mailing list