summaryrefslogtreecommitdiff
path: root/biology/blast/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:15:01 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:15:01 +0000
commit13fcaf3ba222367de80b232776c39f054ea88a90 (patch)
treec719ad9d3a8f9286945416f801a9686d8c7e826b /biology/blast/Makefile
parentRemove support for OSVERSION < 5 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200767
Diffstat (limited to '')
-rw-r--r--biology/blast/Makefile2
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