aboutsummaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk8
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-07-04 18:11:42 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-07-04 18:11:42 +0000
commit0e32330f15f054f5b77cc0a58e7a6ec282dec710 (patch)
treeb4bdc11662e20506078156e14bbeefa6145af3ee /java/bootstrap-openjdk8
parentebc9067a31c6dc63b90eb56ad1bb59250c31b1f5 (diff)
downloadports-0e32330f15f054f5b77cc0a58e7a6ec282dec710.tar.gz
ports-0e32330f15f054f5b77cc0a58e7a6ec282dec710.zip
Notes
Diffstat (limited to 'java/bootstrap-openjdk8')
-rw-r--r--java/bootstrap-openjdk8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/bootstrap-openjdk8/Makefile b/java/bootstrap-openjdk8/Makefile
index b47e93a2e819..a49a5d249844 100644
--- a/java/bootstrap-openjdk8/Makefile
+++ b/java/bootstrap-openjdk8/Makefile
@@ -2,6 +2,7 @@
PORTNAME= openjdk8
PORTVERSION= ${DISTVERSION_${JDK_ARCH}}
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= LOCAL/jkim \
LOCAL/pkubaj
@@ -36,7 +37,7 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
.include <bsd.port.pre.mk>
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}
-RUN_DEPENDS+= ${LOCALBASE}/lib/libffi.so.6:devel/libffi
+RUN_DEPENDS+= ${LOCALBASE}/lib/libffi.so:devel/libffi
.endif
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2