Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2013 14:36:21 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335093 - head/math/octave-forge-optiminterp
Message-ID:  <201311281436.rASEaLY0071175@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



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