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/coq | |
parent | BROKEN on sparc64: Does not compile (diff) |
BROKEN: Does not build
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=156986
Diffstat (limited to 'math/coq')
-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 |