diff options
-rw-r--r-- | biology/cytoscape/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |