diff options
author | kris <kris@FreeBSD.org> | 2004-02-25 18:13:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-25 18:13:04 +0800 |
commit | a1657453861b39f5315e0436407cec62cb836755 (patch) | |
tree | 3ed96d2d49bc8260c78ee564cc4a5211c7e52211 | |
parent | 8a850b0749eae6215d2f1638663efb8f67e4dc8f (diff) | |
download | freebsd-ports-gnome-a1657453861b39f5315e0436407cec62cb836755.tar.gz freebsd-ports-gnome-a1657453861b39f5315e0436407cec62cb836755.tar.zst freebsd-ports-gnome-a1657453861b39f5315e0436407cec62cb836755.zip |
BROKEN on !i386: Does not compile
-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} |