Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 01:22:41 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346727 - head/net/mad_fcl
Message-ID:  <201403020122.s221Mf9K071760@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Mar  2 01:22:41 2014
New Revision: 346727
URL: http://svnweb.freebsd.org/changeset/ports/346727
QAT: https://qat.redports.org/buildarchive/r346727/

Log:
  net/mad_fcl: mark jobs unsafe

Modified:
  head/net/mad_fcl/Makefile

Modified: head/net/mad_fcl/Makefile
==============================================================================
--- head/net/mad_fcl/Makefile	Sun Mar  2 01:17:59 2014	(r346726)
+++ head/net/mad_fcl/Makefile	Sun Mar  2 01:22:41 2014	(r346727)
@@ -13,7 +13,7 @@ COMMENT=	FLUTE - File Delivery over Unid
 
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_OPENSSL=	yes
 
 CFLAGS+=	${PTHREAD_CFLAGS}
@@ -23,6 +23,8 @@ DOC_FILES=	fdt-example.xml flute-sdp-exa
 PORTDOCS=	${DOC_FILES} README.TXT
 PLIST_FILES=	bin/flute
 
+MAKE_JOBS_UNSAFE= yes
+
 NO_STAGE=	yes
 pre-patch:
 	# Fixing the end-of-lines:



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