diff options
Diffstat (limited to 'biology/blat')
-rw-r--r-- | biology/blat/Makefile | 8 |
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> |