From 311b7c9239e9404b325173dd2bd31f03df2756c2 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 4 Dec 2007 23:08:55 +0000 Subject: - Mark BROKEN outside i386: does not compile Reported by: pointyhat Approved by: portmgr (hat) --- biology/blat/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/biology/blat/Makefile b/biology/blat/Makefile index 19b05c00c309..2491bfa369c7 100644 --- a/biology/blat/Makefile +++ b/biology/blat/Makefile @@ -54,4 +54,8 @@ post-install: BROKEN= Does not compile with GCC 4.2 .endif +.if ${ARCH} != "i386" +BROKEN= Does not compile +.endif + .include -- cgit v1.2.3