svn commit: r322932 - head/editors/f4l

Baptiste Daroussin bapt at FreeBSD.org
Sat Jul 13 14:01:47 UTC 2013


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 at inerd.com>
-#
+# Created by: Shaun Amott <shaun at 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}
 


More information about the svn-ports-head mailing list