Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 22:34:53 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317713 - head/editors/libreoffice
Message-ID:  <201305082234.r48MYrld015943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed May  8 22:34:52 2013
New Revision: 317713
URL: http://svnweb.freebsd.org/changeset/ports/317713

Log:
  Restore parallel build.  It was accidentally disabled by r317320.

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Wed May  8 22:23:36 2013	(r317712)
+++ head/editors/libreoffice/Makefile	Wed May  8 22:34:52 2013	(r317713)
@@ -59,8 +59,10 @@ RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/
 
 CONFLICTS_INSTALL=	libreoffice-legacy-[0-9]*
 
+_MAKE_JOBS=	#
+MAKE_JOBS_SAFE=	yes
+
 GNU_CONFIGURE=	yes
-MAKE_JOBS_UNSAFE=	yes
 USE_AUTOTOOLS=	autoconf aclocal
 USE_GL=		gl glu
 USE_GMAKE=	yes



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