svn commit: r381479 - head/net-mgmt/ndoutils

John Marino marino at FreeBSD.org
Tue Mar 17 09:51:26 UTC 2015


Author: marino
Date: Tue Mar 17 09:51:25 2015
New Revision: 381479
URL: https://svnweb.freebsd.org/changeset/ports/381479
QAT: https://qat.redports.org/buildarchive/r381479/

Log:
  net-mgmt/ndoutils: Not jobs safe
  
  It tries to use an object file before it's built (io.o).

Modified:
  head/net-mgmt/ndoutils/Makefile

Modified: head/net-mgmt/ndoutils/Makefile
==============================================================================
--- head/net-mgmt/ndoutils/Makefile	Tue Mar 17 09:46:23 2015	(r381478)
+++ head/net-mgmt/ndoutils/Makefile	Tue Mar 17 09:51:25 2015	(r381479)
@@ -32,6 +32,8 @@ USES=		perl5
 USE_RC_SUBR=	ndo2db
 SUB_FILES=	pkg-message
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.options.mk>
 
 do-install:


More information about the svn-ports-head mailing list