1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

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:		55044a2200
Approved by:	lwhsu (mentor, implicit), portmgr (fix build)
This commit is contained in:
Guangyuan Yang 2021-06-27 05:33:51 -04:00
parent 389294d2b1
commit 68a87e3c5a

View File

@ -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