summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-04 23:08:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-04 23:08:55 +0000
commit311b7c9239e9404b325173dd2bd31f03df2756c2 (patch)
treebf2da8f1cb081b4836c5245d6397edf967a452aa
parentUpdate to reflect an updated www/squid version which is no (diff)
- Mark BROKEN outside i386: does not compile
Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202901
-rw-r--r--biology/blat/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.post.mk>