diff options
author | kris <kris@FreeBSD.org> | 2004-02-25 10:13:04 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-25 10:13:04 +0000 |
commit | a1657453861b39f5315e0436407cec62cb836755 (patch) | |
tree | 3ed96d2d49bc8260c78ee564cc4a5211c7e52211 /lang/caml-light | |
parent | 8a850b0749eae6215d2f1638663efb8f67e4dc8f (diff) | |
download | FreeBSD-ports-a1657453861b39f5315e0436407cec62cb836755.zip FreeBSD-ports-a1657453861b39f5315e0436407cec62cb836755.tar.gz |
BROKEN on !i386: Does not compile
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 1a8403a..7540eaa 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} |