diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:30:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:30:52 +0000 |
commit | 0dd9f92e5255f960c7ca7e4eb4c8fad69a4623d5 (patch) | |
tree | 18454244055cb74e4a7f545248dbe14240628c3c /math | |
parent | 09f74757768c33035a3fe441eb9a48f1c3fe7e6d (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/coq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/coq/Makefile b/math/coq/Makefile index 19029eb48085..bfe6e3d809dc 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -19,6 +19,8 @@ COMMENT= Theorem prover based on lambda-C BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BROKEN= Does not build + USE_GMAKE= yes ALL_TARGET= world WITH_IDE= yes |