diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2008-04-30 23:19:29 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2008-04-30 23:19:29 +0000 |
commit | 8045c7b02cb20d0bc96791385267cc246b074463 (patch) | |
tree | 97960a90ae7bf43ba1f54d7fab2d1704b6a74b3a /biology/blat/Makefile | |
parent | be47bed580434af116d0a5695945735d064f7170 (diff) | |
download | ports-8045c7b02cb20d0bc96791385267cc246b074463.tar.gz ports-8045c7b02cb20d0bc96791385267cc246b074463.zip |
Notes
Diffstat (limited to 'biology/blat/Makefile')
-rw-r--r-- | biology/blat/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/biology/blat/Makefile b/biology/blat/Makefile index a2c5e8ee7b17..dd4e6018f678 100644 --- a/biology/blat/Makefile +++ b/biology/blat/Makefile @@ -7,7 +7,7 @@ # PORTNAME= blat -PORTVERSION= 33 +PORTVERSION= 34 CATEGORIES= biology MASTER_SITES= http://www.soe.ucsc.edu/~kent/src/ DISTNAME= ${PORTNAME}Src${PORTVERSION} @@ -48,10 +48,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |