diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-13 22:01:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-13 22:01:46 +0800 |
commit | 363543d39edc8f944e0484318f065df32e8d49a7 (patch) | |
tree | 82c3111a0ebab320ec224f04d87a4d9252b7babb /editors | |
parent | 0bea7cbea7864d139b6f2acdeb720194902104cc (diff) | |
download | freebsd-ports-gnome-363543d39edc8f944e0484318f065df32e8d49a7.tar.gz freebsd-ports-gnome-363543d39edc8f944e0484318f065df32e8d49a7.tar.zst freebsd-ports-gnome-363543d39edc8f944e0484318f065df32e8d49a7.zip |
Mark jobs unsafe
Diffstat (limited to 'editors')
-rw-r--r-- | editors/f4l/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/f4l/Makefile b/editors/f4l/Makefile index 28b6f07b8b43..043e27ec68d5 100644 --- a/editors/f4l/Makefile +++ b/editors/f4l/Makefile @@ -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} |