Skip to content

Commit

Permalink
biology/jalview: 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 e9946a7 commit 389294d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biology/jalview/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN_FreeBSD_11= gradle daemon systematically fails on 11: The message received from the daemon indicates that the daemon has disappeared.

BUILD_DEPENDS= gradle6:devel/gradle6
BUILD_DEPENDS= gradle:devel/gradle6

USE_JAVA= yes
JAVA_VERSION= 11
Expand Down Expand Up @@ -61,7 +61,7 @@ PLIST_FILES= bin/jalview \
${DATADIR}/jalview.jar

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 shadowJar

Expand Down

0 comments on commit 389294d

Please sign in to comment.