svn commit: r400731 - head/textproc/ocaml-csv

John Marino marino at FreeBSD.org
Wed Nov 4 08:43:45 UTC 2015


Author: marino
Date: Wed Nov  4 08:43:43 2015
New Revision: 400731
URL: https://svnweb.freebsd.org/changeset/ports/400731

Log:
  Like many ocaml ports, textproc/ocaml-csv is not jobs safe

Modified:
  head/textproc/ocaml-csv/Makefile

Modified: head/textproc/ocaml-csv/Makefile
==============================================================================
--- head/textproc/ocaml-csv/Makefile	Wed Nov  4 02:29:38 2015	(r400730)
+++ head/textproc/ocaml-csv/Makefile	Wed Nov  4 08:43:43 2015	(r400731)
@@ -19,4 +19,6 @@ USE_OCAML=	yes
 USE_OCAML_FINDLIB=	yes
 OCAML_PKGDIRS=	csv
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list