diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 1 | ||||
-rw-r--r-- | www/ocaml-net/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 5a453e30fdbf..06e8b6b6d905 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-zlib --libdir="${L_LIB}" \ --enable-gzip-help \ --with-mime-libdir=${PREFIX}/etc \ --with-libiconv-prefix=${LOCALBASE} +MAKE_JOBS_UNSAFE= yes .ifndef NO_OPENSSL USE_OPENSSL= yes diff --git a/www/ocaml-net/Makefile b/www/ocaml-net/Makefile index f4c5756f1d56..4217bf931275 100644 --- a/www/ocaml-net/Makefile +++ b/www/ocaml-net/Makefile @@ -27,6 +27,7 @@ USE_OCAML_FINDLIB= yes HAS_CONFIGURE= yes ALL_TARGET= all opt +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/netplex-admin \ bin/ocamlrpcgen |