git: 68a87e3c5a88 - main - biology/igv: Fix build
Guangyuan Yang
ygy at FreeBSD.org
Sun Jun 27 09:34:04 UTC 2021
The branch main has been updated by ygy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=68a87e3c5a88c63e0c9db5e83d564ac8f5801df8
commit 68a87e3c5a88c63e0c9db5e83d564ac8f5801df8
Author: Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2021-06-27 09:33:51 +0000
Commit: Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-06-27 09:33:51 +0000
biology/igv: Fix build
When switching the build dependency from devel/gradle to devel/gradle6,
the build is accidentally broken. This attempts to revert part of the
change and fix build.
Fixes: 55044a2200a4c42b6b653349f0a65dfca3f96f36
Approved by: lwhsu (mentor, implicit), portmgr (fix build)
---
biology/igv/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/biology/igv/Makefile b/biology/igv/Makefile
index 39bd21a96377..2b23dc18806e 100644
--- a/biology/igv/Makefile
+++ b/biology/igv/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.txt
BUILD_DEPENDS= openjfx14>0:java/openjfx14 \
- gradle6:devel/gradle6
+ gradle:devel/gradle6
RUN_DEPENDS= openjfx14>0:java/openjfx14
USES= gettext-runtime
@@ -62,7 +62,7 @@ post-extract: # need a separate extract step because the cache is in /tmp, and n
.endif
do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle6 \
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle \
--gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \
${GRADLE_ARGS} --build-cache --stacktrace createDist
More information about the dev-commits-ports-all
mailing list