diff options
Diffstat (limited to 'biology')
-rw-r--r-- | biology/hmmer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index 466d98687eef..2a327ef91056 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -12,7 +12,7 @@ COMMENT= Profile hidden Markov models for biological sequence analysis LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpcspe +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le powerpcspe ONLY_FOR_ARCHS_REASON= requires SSE2 or AltiVec instructions USES= compiler:c11 gmake perl5 python:3.5+,test shebangfix |