aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2023-05-29 13:59:01 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2023-05-29 13:59:01 +0000
commit06ceea3d01df35986bec1fed97b50d575f97f9cd (patch)
tree1d430f46f8d2c665409cc5c0204f1e666353ffad
parentbd2e1ac71ad667fd25b4f86f935a58deb63db875 (diff)
downloadports-06ceea3d01df35986bec1fed97b50d575f97f9cd.tar.gz
ports-06ceea3d01df35986bec1fed97b50d575f97f9cd.zip
biology/ncbi-blast+: Tag only for 64-bit architectures
No longer builds on i386 or ppc Nobody does bioinformatics on 32-bit processors anymore
-rw-r--r--biology/ncbi-blast+/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile
index 55de83407c4b..1f567c8a900b 100644
--- a/biology/ncbi-blast+/Makefile
+++ b/biology/ncbi-blast+/Makefile
@@ -12,6 +12,9 @@ WWW= https://blast.ncbi.nlm.nih.gov
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE
+ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64
+ONLY_FOR_ARCHS_REASON= Requires 64-bit processor
+
LIB_DEPENDS= libpcre.so:devel/pcre \
liblmdb.so:databases/lmdb \
liblzo2.so:archivers/lzo2 \