summaryrefslogtreecommitdiffstats
path: root/lang/ocaml
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-24 01:55:42 +0000
committerkris <kris@FreeBSD.org>2004-11-24 01:55:42 +0000
commit3dedd9740443dd5a00979e94bf3dea494d35f151 (patch)
tree4acafb2269edb06c0c8da17606cc9f69eb7257ff /lang/ocaml
parent210452a3eeee9ec8c4ab599949c2ef8e554e91f1 (diff)
downloadFreeBSD-ports-3dedd9740443dd5a00979e94bf3dea494d35f151.zip
FreeBSD-ports-3dedd9740443dd5a00979e94bf3dea494d35f151.tar.gz
BROKEN on sparc64 when defined(WITHOUT_X11): Does not compile
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index b762b64..5b72ef9 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -88,6 +88,10 @@ PLIST_SUB+= PROF="@comment "
PLIST_SUB+= PROF=""
.endif
+.if ${ARCH} == "sparc64" && defined(WITHOUT_X11)
+BROKEN= "Does not compile on sparc64"
+.endif
+
post-install:
@${TOUCH} ${PREFIX}/lib/ocaml/ocamldoc/custom/.keep
.if !defined(WITHOUT_TK)
OpenPOWER on IntegriCloud