diff options
Diffstat (limited to 'biology/ugene')
-rw-r--r-- | biology/ugene/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile index 6d8b55c11d63..68f125965abe 100644 --- a/biology/ugene/Makefile +++ b/biology/ugene/Makefile @@ -11,9 +11,10 @@ COMMENT= Free, open-source, cross-platform bioinformatics toolkit LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= bash:shells/bash - BROKEN_aarch64= Fails to build: invokes x86 asm +BROKEN_riscv64= Fails to build: invokes x86 asm + +RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= ugeneunipro |