svn commit: r323338 - head/net-mgmt/icinga

Lars Engels lme at FreeBSD.org
Sat Jul 20 08:16:37 UTC 2013


Author: lme
Date: Sat Jul 20 08:16:37 2013
New Revision: 323338
URL: http://svnweb.freebsd.org/changeset/ports/323338

Log:
  Add MAKE_JOBS_UNSAFE
  
  Reported by:	flo

Modified:
  head/net-mgmt/icinga/Makefile

Modified: head/net-mgmt/icinga/Makefile
==============================================================================
--- head/net-mgmt/icinga/Makefile	Sat Jul 20 07:49:56 2013	(r323337)
+++ head/net-mgmt/icinga/Makefile	Sat Jul 20 08:16:37 2013	(r323338)
@@ -19,6 +19,8 @@ USE_PERL5_BUILD=	yes
 USE_AUTOTOOLS=	autoconf libltdl
 USE_RC_SUBR=	icinga
 
+MAKE_JOBS_UNSAFE=yes
+
 GNU_CONFIGURE=	yes
 
 ICINGAUSER?=	icinga


More information about the svn-ports-all mailing list