Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 19:21:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498422 - head/textproc/p5-CSS-Sass
Message-ID:  <201904081921.x38JLPAB083503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr  8 19:21:25 2019
New Revision: 498422
URL: https://svnweb.freebsd.org/changeset/ports/498422

Log:
  Mark MAKE_JOBS_UNSAFE
  
  PR:		237106
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/textproc/p5-CSS-Sass/Makefile

Modified: head/textproc/p5-CSS-Sass/Makefile
==============================================================================
--- head/textproc/p5-CSS-Sass/Makefile	Mon Apr  8 19:21:19 2019	(r498421)
+++ head/textproc/p5-CSS-Sass/Makefile	Mon Apr  8 19:21:25 2019	(r498422)
@@ -25,6 +25,8 @@ TEST_DEPENDS=	p5-File-chdir>=0.01:devel/p5-File-chdir 
 USES=		compiler:c++11-lang gmake perl5
 USE_PERL5=	configure
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 502600



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