git: aa0ae4f302b8 - main - biology/cytoscape: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Nov 2022 19:37:26 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa0ae4f302b860e7e2ded0868e36b6d05e3fc8d6 commit aa0ae4f302b860e7e2ded0868e36b6d05e3fc8d6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-26 19:32:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-26 19:37:22 +0000 biology/cytoscape: Fix build maven-3.6.3 should be used. --- biology/cytoscape/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/cytoscape/Makefile b/biology/cytoscape/Makefile index e8fe843eef30..eb62f9fad8e5 100644 --- a/biology/cytoscape/Makefile +++ b/biology/cytoscape/Makefile @@ -12,7 +12,7 @@ WWW= https://www.cytoscape.org LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/api/LICENSE -BUILD_DEPENDS= mvn:devel/maven \ +BUILD_DEPENDS= maven363>0:devel/maven363 \ bash:shells/bash RUN_DEPENDS= bash:shells/bash