aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-12-04 07:04:23 +0800
committeryuri <yuri@FreeBSD.org>2018-12-04 07:04:23 +0800
commit0eb1125f4bbc6b3e931d397ed70250222b02f28e (patch)
tree77887e6d3045faf34d0ba677b28fb5e661b0666d /biology
parent3bcc87ae11d178468593bed2910ed1f65bf53d79 (diff)
downloadfreebsd-ports-gnome-0eb1125f4bbc6b3e931d397ed70250222b02f28e.tar.gz
freebsd-ports-gnome-0eb1125f4bbc6b3e931d397ed70250222b02f28e.tar.zst
freebsd-ports-gnome-0eb1125f4bbc6b3e931d397ed70250222b02f28e.zip
biology/gatk: Change gradle4->gradle because it builds fine with both gradle 4 and 5
Diffstat (limited to 'biology')
-rw-r--r--biology/gatk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/gatk/Makefile b/biology/gatk/Makefile
index 8758c02a874a..31fa45cc0906 100644
--- a/biology/gatk/Makefile
+++ b/biology/gatk/Makefile
@@ -13,7 +13,7 @@ COMMENT= Variant discovery in high-throughput sequencing data
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
-BUILD_DEPENDS= gradle4:devel/gradle4
+BUILD_DEPENDS= gradle:devel/gradle
USES= gettext-runtime
USE_GITHUB= yes
@@ -34,7 +34,7 @@ post-extract: # to rebuild the deps archive: 1. remove post-extract: 2. remove -
@cd ${DEPS_CACHE_DIR} && ${TAR} xzf ${DISTDIR}/${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX}
do-build:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle4 \
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle \
--gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \
--offline --build-cache localJar