diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 02:29:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 02:29:16 +0000 |
commit | c9edd6a5af31506cac924859f4e7ba2abaa3f683 (patch) | |
tree | fa013d3c051e1772bca44eced465e63c970ab4f9 /biology/ugene | |
parent | 58d53fb8233f42e0e80a034a6906f99dbfcfc2ba (diff) | |
download | ports-c9edd6a5af31506cac924859f4e7ba2abaa3f683.tar.gz ports-c9edd6a5af31506cac924859f4e7ba2abaa3f683.zip |
Notes
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 |