summaryrefslogtreecommitdiff
path: root/biology/blat/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 09:10:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 09:10:48 +0000
commitf6f82046211c039a6d343bca9cb9b01720900e5c (patch)
tree4852a90ce1a976fca23e87861efc7c7b4e581fa5 /biology/blat/Makefile
parentMark as broken with gcc4.2. (diff)
Mark as broken on gcc4.2.
Notes
Notes: svn path=/head/; revision=200623
Diffstat (limited to '')
-rw-r--r--biology/blat/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/blat/Makefile b/biology/blat/Makefile
index 11712ec38799..19b05c00c309 100644
--- a/biology/blat/Makefile
+++ b/biology/blat/Makefile
@@ -48,4 +48,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>