svn commit: r346727 - head/net/mad_fcl

John Marino marino at FreeBSD.org
Sun Mar 2 01:22:42 UTC 2014


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:


More information about the svn-ports-head mailing list