diff options
Diffstat (limited to 'biology')
-rw-r--r-- | biology/blast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/blast/Makefile b/biology/blast/Makefile index 5299f94a01c6..1fc2234aa714 100644 --- a/biology/blast/Makefile +++ b/biology/blast/Makefile @@ -46,7 +46,7 @@ DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-x64 DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-x64 .endif .else -.if ${OSVERSION} >= 50000 && ${OSVERSION} < 600000 +.if ${OSVERSION} < 600000 DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-i686 .else DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-i686 |