summaryrefslogtreecommitdiff
path: root/biology/blast/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:14:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:14:50 +0000
commit4e8e11bf735e6aea61bcf9a914485ace1a2bcb42 (patch)
tree98611746c70325b03876f3dfc5414e75f755f33a /biology/blast/Makefile
parent[patch] cleanup non-supported FreeBSD versions (diff)
[patch] cleanup non-supported FreeBSD versions
PR: ports/111725 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=191380
Diffstat (limited to '')
-rw-r--r--biology/blast/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/biology/blast/Makefile b/biology/blast/Makefile
index 7c3e41759d9d..5299f94a01c6 100644
--- a/biology/blast/Makefile
+++ b/biology/blast/Makefile
@@ -42,15 +42,11 @@ XDFORMAT_LINKS= setdb pressdb
.if ${ARCH} == amd64
.if ${OSVERSION} >= 600000
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-x64
-.elif ${OSVERSION} >= 500001
-DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-x64
.else
-IGNORE= There are no WU-BLAST executables for your combination of architecture and FreeBSD version. Consider moving to one of the supported versions for your architecture
+DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-x64
.endif
.else
-.if ${OSVERSION} < 500000
-DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-4.x-i686
-.elif ${OSVERSION} >= 50000 && ${OSVERSION} < 600000
+.if ${OSVERSION} >= 50000 && ${OSVERSION} < 600000
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-i686
.else
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-i686