svn commit: r498422 - head/textproc/p5-CSS-Sass

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 8 19:21:27 UTC 2019


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 at 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


More information about the svn-ports-all mailing list