svn commit: r317713 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Wed May 8 22:34:53 UTC 2013


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


More information about the svn-ports-all mailing list