From 3dedd9740443dd5a00979e94bf3dea494d35f151 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 24 Nov 2004 01:55:42 +0000 Subject: BROKEN on sparc64 when defined(WITHOUT_X11): Does not compile --- lang/ocaml/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang') diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index b762b642f0d5..5b72ef902b1f 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) -- cgit