svn commit: r322185 - head/textproc/redland

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Jul 2 17:14:09 UTC 2013


Author: rakuco
Date: Tue Jul  2 17:14:08 2013
New Revision: 322185
URL: http://svnweb.freebsd.org/changeset/ports/322185

Log:
  Mark MAKE_JOBS_SAFE.
  
  Original commit by avilla@ in the area51 repository.

Modified:
  head/textproc/redland/Makefile

Modified: head/textproc/redland/Makefile
==============================================================================
--- head/textproc/redland/Makefile	Tue Jul  2 17:06:21 2013	(r322184)
+++ head/textproc/redland/Makefile	Tue Jul  2 17:14:08 2013	(r322185)
@@ -21,6 +21,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-raptor=system \
 		--with-threestore=no
 USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
 
 MAN1=		rdfproc.1 redland-config.1 \


More information about the svn-ports-all mailing list