diff options
author | marino <marino@FreeBSD.org> | 2015-01-20 01:43:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-01-20 01:43:57 +0800 |
commit | 75519cbffc14848615af363f90cf0a1e5f02e421 (patch) | |
tree | 2de266baa80c894b2c04ac7a20fc7a6191f569b4 /news | |
parent | f21e3ed64c69adf488235f4f51478dfecbcde4a5 (diff) | |
download | freebsd-ports-gnome-75519cbffc14848615af363f90cf0a1e5f02e421.tar.gz freebsd-ports-gnome-75519cbffc14848615af363f90cf0a1e5f02e421.tar.zst freebsd-ports-gnome-75519cbffc14848615af363f90cf0a1e5f02e421.zip |
Designatate 4 ports as unsafe for parallel building
All had similar errors that it couldn't find something during the build,
yet built on a subsequent pass with no adjustments. Most I've seen before
on previous bulk runs.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 683152667a26..c750c3e79a5c 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -21,6 +21,8 @@ CONFIGURE_ARGS+=--disable-inews --with-slrnpull \ ALL_TARGET= all +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= NLS SSL DEVIEW DOCS OPTIONS_DEFAULT=NLS SSL OPTIONS_SUB= yes |