diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-04 23:08:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-04 23:08:55 +0000 |
commit | 311b7c9239e9404b325173dd2bd31f03df2756c2 (patch) | |
tree | bf2da8f1cb081b4836c5245d6397edf967a452aa /biology | |
parent | f2f038bbc60d2d60054dfcb53654869732df0591 (diff) | |
download | ports-311b7c9239e9404b325173dd2bd31f03df2756c2.tar.gz ports-311b7c9239e9404b325173dd2bd31f03df2756c2.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/blat/Makefile | 4 |
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> |