Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2013 14:01:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322932 - head/editors/f4l
Message-ID:  <201307131401.r6DE1k7F047361@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jul 13 14:01:46 2013
New Revision: 322932
URL: http://svnweb.freebsd.org/changeset/ports/322932

Log:
  Mark jobs unsafe

Modified:
  head/editors/f4l/Makefile

Modified: head/editors/f4l/Makefile
==============================================================================
--- head/editors/f4l/Makefile	Sat Jul 13 13:59:54 2013	(r322931)
+++ head/editors/f4l/Makefile	Sat Jul 13 14:01:46 2013	(r322932)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	f4l
-# Date Created:				2006-05-29
-# Whom:					Shaun Amott <shaun@inerd.com>
-#
+# Created by: Shaun Amott <shaun@inerd.com>
 # $FreeBSD$
-#
 
 PORTNAME=	f4l
 PORTVERSION=	0.2.1
@@ -23,6 +19,7 @@ USE_BZIP2=	yes
 USE_QT_VER=	3
 MAKE_ENV=	QTDIR="${QT_PREFIX}" \
 		QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
+MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 



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