diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-11 02:26:16 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-11 02:26:16 +0800 |
commit | dd8ae337ec6efed40163497a93d90702c2a8cb87 (patch) | |
tree | 62299df54fb84544caf617833389e62100b31d54 /devel | |
parent | d740b05e60f1b13e7ee4d4138e21fc134626513c (diff) | |
download | freebsd-ports-gnome-dd8ae337ec6efed40163497a93d90702c2a8cb87.tar.gz freebsd-ports-gnome-dd8ae337ec6efed40163497a93d90702c2a8cb87.tar.zst freebsd-ports-gnome-dd8ae337ec6efed40163497a93d90702c2a8cb87.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: P6 TB
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-lwt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index a310368a05ae..479b97a77487 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= jaapb@kerguelen.org COMMENT= Cooperative threading library for OCaml +MAKE_JOBS_UNSAFE= yes + USE_OCAML= yes OCAMLC_DEPEND= ocaml>=3.10:${OCAMLC_PORT} USE_OCAML_FINDLIB= yes |