diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-04-19 04:10:34 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-04-19 04:10:34 +0000 |
commit | c33757b213b379d62e4e07c7444d21a6117ad30d (patch) | |
tree | 9cecbc6ed7c6474dd3b450dcea341e852c04a32a /lang/ocaml-camlidl | |
parent | 4c4a3b28eba8fbd616f7394ece68db7f7d47daac (diff) | |
download | ports-c33757b213b379d62e4e07c7444d21a6117ad30d.tar.gz ports-c33757b213b379d62e4e07c7444d21a6117ad30d.zip |
Notes
Diffstat (limited to 'lang/ocaml-camlidl')
-rw-r--r-- | lang/ocaml-camlidl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ocaml-camlidl/Makefile b/lang/ocaml-camlidl/Makefile index bf0c58cd93ea..7a34258b38dc 100644 --- a/lang/ocaml-camlidl/Makefile +++ b/lang/ocaml-camlidl/Makefile @@ -21,6 +21,8 @@ COMMENT= A stub code generator for using C/C++ libraries from ocaml USE_OCAML= yes +MAKE_JOBS_UNSAFE= yes + DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} .include <bsd.port.pre.mk> |