diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-29 12:47:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-29 12:47:33 +0000 |
commit | 74efceab979acdcb01a00a7b06b1bd09ed399a8f (patch) | |
tree | 5ef666522b56ab8361cb8ea055ae16b6c69af840 /math/ocaml-zarith | |
parent | 50b042a3e6139eea2b6efbea9ef008fb1add54b9 (diff) |
Notes
Diffstat (limited to 'math/ocaml-zarith')
-rw-r--r-- | math/ocaml-zarith/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index bb9bc52dc219..861963520351 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -13,6 +13,8 @@ COMMENT= OCaml arithmetic library for arbitrary precision integers LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= does not build + LIB_DEPENDS= libgmp.so:math/gmp USES= gmake perl5 shebangfix tar:tgz |