diff options
author | joerg <joerg@pkgsrc.org> | 2016-04-03 12:45:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-04-03 12:45:57 +0000 |
commit | 85bc4ba7e314d3520a438c6b4c4c6f07bcb6b65b (patch) | |
tree | 8198a500de43c3a42558f6219e272c625cce83fb /math/ocaml-zarith | |
parent | ab6bf9b2462b4f537a04b89db53207ccf786cf2a (diff) | |
download | pkgsrc-85bc4ba7e314d3520a438c6b4c4c6f07bcb6b65b.tar.gz |
Note MAKE_JOBS_SAFE.
Diffstat (limited to 'math/ocaml-zarith')
-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 |