biology/bowtie: enable on riscv64

This commit is contained in:
Piotr Kubaj 2021-12-14 20:50:12 +01:00
parent 0eaddcaddd
commit 1cbb6054ad

View file

@ -8,7 +8,7 @@ COMMENT= Ultrafast, memory-efficient short read aligner
LICENSE= ART10
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64
# c++11-lib is just for GCC 4.2-based systems
# Remove it when support officially ends
@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*} || ${ARCH:Maarch64}
.if ${ARCH:Mpowerpc64*} || ${ARCH} == aarch64 || ${ARCH:Mriscv64*}
MAKE_ENV= POPCNT_CAPABILITY=0
.endif