aboutsummaryrefslogtreecommitdiff
path: root/textproc/ocaml-csv
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-11-04 08:43:43 +0000
committerJohn Marino <marino@FreeBSD.org>2015-11-04 08:43:43 +0000
commitb7414b7633ee268ffcd1a106edb20ef1e4fa103e (patch)
tree180d2f8309d99edaba7a11c62faad0a01dc13451 /textproc/ocaml-csv
parente8ab409d899fe1b70f3e861574006a8f00d43109 (diff)
downloadports-b7414b7633ee268ffcd1a106edb20ef1e4fa103e.tar.gz
ports-b7414b7633ee268ffcd1a106edb20ef1e4fa103e.zip
Like many ocaml ports, textproc/ocaml-csv is not jobs safe
Notes
Notes: svn path=/head/; revision=400731
Diffstat (limited to 'textproc/ocaml-csv')
-rw-r--r--textproc/ocaml-csv/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile
index 356a59d09edd..7dabd1fd6fdd 100644
--- a/textproc/ocaml-csv/Makefile
+++ b/textproc/ocaml-csv/Makefile
@@ -19,4 +19,6 @@ USE_OCAML= yes
USE_OCAML_FINDLIB= yes
OCAML_PKGDIRS= csv
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.mk>