summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:13:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:13:04 +0000
commit13c2f8e5bac5808e3fdc5225dd7a2bdf7fd3b916 (patch)
tree843d2144163b2ac1897d36af66642971f817858a /lang/caml-light
parentBROKEN on !i386 and !amd64: Does not compile (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=102059
Diffstat (limited to 'lang/caml-light')
-rw-r--r--lang/caml-light/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile
index 1a8403ac5a38..7540eaaefb72 100644
--- a/lang/caml-light/Makefile
+++ b/lang/caml-light/Makefile
@@ -25,6 +25,10 @@ MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 camlrun.1 camlyacc.1
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
do-build:
cd ${WRKSRC}/src; ${MAKE} ${ALL_TARGET} PREFIX=${PREFIX} \
X11BASE=${X11BASE}