Skip to content

Commit

Permalink
biology/igv: Fix build
Browse files Browse the repository at this point in the history
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:		55044a2
Approved by:	lwhsu (mentor, implicit), portmgr (fix build)
  • Loading branch information
yzgyyang committed Jun 27, 2021
1 parent 389294d commit 68a87e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biology/igv/Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 68a87e3

Please sign in to comment.