diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:10:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:10:48 +0000 |
commit | f6f82046211c039a6d343bca9cb9b01720900e5c (patch) | |
tree | 4852a90ce1a976fca23e87861efc7c7b4e581fa5 /biology/blat | |
parent | c05e24ab65112059f7c2777eedd2e509b78323d5 (diff) | |
download | ports-f6f82046211c039a6d343bca9cb9b01720900e5c.tar.gz ports-f6f82046211c039a6d343bca9cb9b01720900e5c.zip |
Notes
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> |