diff options
author | swills <swills@FreeBSD.org> | 2012-07-23 04:51:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-07-23 04:51:02 +0800 |
commit | 7d44e5c4cf7ee0a52a21d16b597223f013caf658 (patch) | |
tree | 9bb673feb16fe27def4b80799f21c80ca3bba726 /graphics | |
parent | 4a2ee5a3381974e3438592af4f67457ceb2a85eb (diff) | |
download | freebsd-ports-gnome-7d44e5c4cf7ee0a52a21d16b597223f013caf658.tar.gz freebsd-ports-gnome-7d44e5c4cf7ee0a52a21d16b597223f013caf658.tar.zst freebsd-ports-gnome-7d44e5c4cf7ee0a52a21d16b597223f013caf658.zip |
- Mark MAKE_JOBS_UNSAFE since this failed with it enabled for me, multiple times
PR: ports/169606
Approved by: maintainer timeout (mm, >2 weeks)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 49e80c072368..85262f2fc312 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/doc/license.txt USE_GNOME= pkgconfig WANT_GSTREAMER= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes USE_CMAKE= yes USE_LDCONFIG= yes |