aboutsummaryrefslogtreecommitdiff
path: root/math/coq
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2004-11-29 09:34:20 +0000
committerAnton Berezin <tobez@FreeBSD.org>2004-11-29 09:34:20 +0000
commite5db96d167762b57099ab17aadb3ce4d09f559ff (patch)
tree147a663352caf557a2e115df3cb0f981be85663e /math/coq
parente3ce862d41821e57f872b8816c74a5318eb5f70b (diff)
downloadports-e5db96d167762b57099ab17aadb3ce4d09f559ff.tar.gz
ports-e5db96d167762b57099ab17aadb3ce4d09f559ff.zip
Notes
Diffstat (limited to 'math/coq')
-rw-r--r--math/coq/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/coq/Makefile b/math/coq/Makefile
index 268a82c490a3..40e76d1317ee 100644
--- a/math/coq/Makefile
+++ b/math/coq/Makefile
@@ -32,6 +32,10 @@ ALL_TARGET= world
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "OCaml bug prevents compilation"
+.endif
+
.if exists(${LOCALBASE}/bin/lablgtk2)
BUILD_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
RUN_DEPENDS+= ${BUILD_DEPENDS}