svn commit: r322922 - head/math/parmgridgen

Baptiste Daroussin bapt at FreeBSD.org
Sat Jul 13 13:16:03 UTC 2013


Author: bapt
Date: Sat Jul 13 13:16:02 2013
New Revision: 322922
URL: http://svnweb.freebsd.org/changeset/ports/322922

Log:
  Mark jobs unsafe

Modified:
  head/math/parmgridgen/Makefile

Modified: head/math/parmgridgen/Makefile
==============================================================================
--- head/math/parmgridgen/Makefile	Sat Jul 13 13:11:53 2013	(r322921)
+++ head/math/parmgridgen/Makefile	Sat Jul 13 13:16:02 2013	(r322922)
@@ -17,6 +17,7 @@ ALL_TARGET=	parallel
 
 LIB_DEPENDS+=	mpi.1:${PORTSDIR}/net/openmpi
 USES=		gmake
+MAKE_JOBS_UNSAFE=	yes
 
 post-patch:
 #respect CFLAGS


More information about the svn-ports-all mailing list