diff options
Diffstat (limited to 'math/ocaml-zarith/Makefile')
-rw-r--r-- | math/ocaml-zarith/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index 549d305799b..d6de11156f1 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/02/07 21:43:03 markd Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/03 12:45:57 joerg Exp $ # DISTNAME= ocaml-zarith-1.4.1 @@ -12,6 +12,9 @@ LICENSE= gnu-lgpl-v2 DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib +# zarith library creation is racy +MAKE_JOBS_SAFE= no + HAS_CONFIGURE= yes CONFIGURE_ENV+= DESTDIR=${DESTDIR} USE_TOOLS+= gmake perl |