svn commit: r323541 - head/textproc/p5-Unicode-LineBreak

Frederic Culot culot at FreeBSD.org
Tue Jul 23 17:15:45 UTC 2013


Author: culot
Date: Tue Jul 23 17:15:43 2013
New Revision: 323541
URL: http://svnweb.freebsd.org/changeset/ports/323541

Log:
  - Mark MAKE_JOBS_UNSAFE
  
  PR:		ports/180759
  Submitted by:	Eimar Koort <eimar.koort at gmail.com>

Modified:
  head/textproc/p5-Unicode-LineBreak/Makefile

Modified: head/textproc/p5-Unicode-LineBreak/Makefile
==============================================================================
--- head/textproc/p5-Unicode-LineBreak/Makefile	Tue Jul 23 16:25:51 2013	(r323540)
+++ head/textproc/p5-Unicode-LineBreak/Makefile	Tue Jul 23 17:15:43 2013	(r323541)
@@ -17,6 +17,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+MAKE_JOBS_UNSAFE=	yes
+
 PERL_CONFIGURE=	yes
 
 CONFIGURE_ARGS+=	--with-bundled-sombok \


More information about the svn-ports-head mailing list