git: 1829f2959fa7 - main - biology/cytoscape: Broken on armv6, armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Dec 2022 07:41:39 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1829f2959fa74b056856c69bce24ab4debaf90da commit 1829f2959fa74b056856c69bce24ab4debaf90da Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-11 07:41:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-11 07:41:04 +0000 biology/cytoscape: Broken on armv6, armv7 Reported by: fallout --- biology/cytoscape/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biology/cytoscape/Makefile b/biology/cytoscape/Makefile index eb62f9fad8e5..8be09cf415d6 100644 --- a/biology/cytoscape/Makefile +++ b/biology/cytoscape/Makefile @@ -12,6 +12,9 @@ WWW= https://www.cytoscape.org LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/api/LICENSE +BROKEN_armv6= build runs out of memory +BROKEN_armv7= build runs out of memory + BUILD_DEPENDS= maven363>0:devel/maven363 \ bash:shells/bash RUN_DEPENDS= bash:shells/bash