svn commit: r335093 - head/math/octave-forge-optiminterp

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Nov 28 14:36:22 UTC 2013


Author: stephen
Date: Thu Nov 28 14:36:21 2013
New Revision: 335093
URL: http://svnweb.freebsd.org/changeset/ports/335093

Log:
  - Set make_jobs_unsafe.

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

Modified: head/math/octave-forge-optiminterp/Makefile
==============================================================================
--- head/math/octave-forge-optiminterp/Makefile	Thu Nov 28 14:24:43 2013	(r335092)
+++ head/math/octave-forge-optiminterp/Makefile	Thu Nov 28 14:36:21 2013	(r335093)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen at FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+MAKE_JOBS_UNSAFE=	yes
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}


More information about the svn-ports-all mailing list