diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 15:21:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 15:21:12 +0000 |
commit | da0e75f48045106dddc6537116067584d9c8c638 (patch) | |
tree | 00880a8a5d4733802828d587aa6f909105f23ced /graphics/autopano-sift-c | |
parent | d558c73eec9b350f0f3c2b1d9f63f780d29112b8 (diff) | |
download | ports-da0e75f48045106dddc6537116067584d9c8c638.tar.gz ports-da0e75f48045106dddc6537116067584d9c8c638.zip |
Mark job unsafe: fails with -j24
Notes
Notes:
svn path=/head/; revision=322842
Diffstat (limited to 'graphics/autopano-sift-c')
-rw-r--r-- | graphics/autopano-sift-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile index 6e02e3a2b3a0..372aed1561a5 100644 --- a/graphics/autopano-sift-c/Makefile +++ b/graphics/autopano-sift-c/Makefile @@ -21,7 +21,7 @@ CONFLICTS= autopano-sift-[0-9]* USE_GNOME= libxml2 USES= cmake -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/autopano bin/autopano-c-complete.sh \ bin/autopano-sift-c bin/generatekeys |