diff options
Diffstat (limited to 'biology/ncbi-blast+/Makefile')
-rw-r--r-- | biology/ncbi-blast+/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index 31f6fb7db166..1627922c6d5e 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -1,6 +1,5 @@ PORTNAME= ncbi-blast+ -DISTVERSION= 2.16.0 -PORTREVISION= 4 +DISTVERSION= 2.17.0 CATEGORIES= biology perl5 python MASTER_SITES= https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \ https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ @@ -16,23 +15,13 @@ LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 ONLY_FOR_ARCHS_REASON= Requires 64-bit processor +BUILD_DEPENDS= grpc>0:devel/grpc LIB_DEPENDS= libdw.so:devel/elfutils \ - libgcrypt.so:security/libgcrypt \ - libgmp.so:math/gmp \ - libgnutls.so:security/gnutls \ - libgpg-error.so:security/libgpg-error \ - libgrpc.so:devel/grpc \ - libhogweed.so:security/nettle \ - libidn2.so:dns/libidn2 \ liblmdb.so:databases/lmdb \ liblzo2.so:archivers/lzo2 \ - libnettle.so:security/nettle \ libnghttp2.so:www/libnghttp2 \ - libp11-kit.so:security/p11-kit \ - libpcre.so:devel/pcre \ + libpcre2-8.so:devel/pcre2 \ libsqlite3.so:databases/sqlite3 \ - libtasn1.so:security/libtasn1 \ - libtspi.so:security/trousers \ libuv.so:devel/libuv \ libzstd.so:archivers/zstd RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ |