diff options
author | pav <pav@FreeBSD.org> | 2009-05-21 19:55:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-21 19:55:56 +0800 |
commit | e675eeeb0362f9cce7cb4c10c81b7ddd7447d9b8 (patch) | |
tree | ec92a75fdaf25925da16fd0e50388e33b7cc1c7c /lang/ocaml | |
parent | f6e7e86d84df63ff41b4eb19b58f7c83d666a0f4 (diff) | |
download | freebsd-ports-gnome-e675eeeb0362f9cce7cb4c10c81b7ddd7447d9b8.tar.gz freebsd-ports-gnome-e675eeeb0362f9cce7cb4c10c81b7ddd7447d9b8.tar.zst freebsd-ports-gnome-e675eeeb0362f9cce7cb4c10c81b7ddd7447d9b8.zip |
- Mark MAKE_JOBS_UNSAFE
Submitted by: David Naylor <naylor.b.david@gmail.com>
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 7b9834a9fdca..124cd8581f6a 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -25,6 +25,7 @@ HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= world.opt STRIP= +MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= -prefix ${PREFIX} OPTIONS= X11 "Build with X11 support" on \ |