svn commit: r323476 - head/devel/bsdcflow

Marcus von Appen mva at FreeBSD.org
Mon Jul 22 16:30:00 UTC 2013


Author: mva
Date: Mon Jul 22 16:29:59 2013
New Revision: 323476
URL: http://svnweb.freebsd.org/changeset/ports/323476

Log:
  - Fix build after MAKE_JOBS_SAFE became the default
  
  Reported by:	pointyhat

Modified:
  head/devel/bsdcflow/Makefile   (contents, props changed)

Modified: head/devel/bsdcflow/Makefile
==============================================================================
--- head/devel/bsdcflow/Makefile	Mon Jul 22 16:29:35 2013	(r323475)
+++ head/devel/bsdcflow/Makefile	Mon Jul 22 16:29:59 2013	(r323476)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	bsdcflow
-# Date created:		2010-12-02
-# Whom:			Marcus von Appen <mva at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	bsdcflow
 PORTVERSION=	0.0.6
@@ -18,6 +13,7 @@ CONFLICTS=	gnucflow-[0-9]* cflow-[0-9]*
 
 USE_GMAKE=	yes
 MAKE_ENV=	MANDIR=${PREFIX}/man
+MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/asmgraph	\
 		bin/cgraph	\


More information about the svn-ports-all mailing list