diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:13:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:13:04 +0000 |
commit | 13c2f8e5bac5808e3fdc5225dd7a2bdf7fd3b916 (patch) | |
tree | 843d2144163b2ac1897d36af66642971f817858a /lang/caml-light | |
parent | 2dc33096c445a4992aab524e33ad96487665e761 (diff) | |
download | ports-13c2f8e5bac5808e3fdc5225dd7a2bdf7fd3b916.tar.gz ports-13c2f8e5bac5808e3fdc5225dd7a2bdf7fd3b916.zip |
Notes
Diffstat (limited to 'lang/caml-light')
-rw-r--r-- | lang/caml-light/Makefile | 4 |
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} |