java/bootstrap-openjdk11: fix packaging on aarch64

PR:		251262
Reported by:	mikael
This commit is contained in:
Piotr Kubaj
2020-12-22 23:28:16 +00:00
parent 17051e7049
commit ca83f607eb

View File

@@ -37,6 +37,7 @@ ONLY_FOR_ARCHS+=aarch64
.if ${ARCH} == aarch64
DISTNAME= ${JDK_PORT}-${JDK_ARCH}-12-${PORTVERSION}
PLIST_SUB+= PPC64LE=""
.elif ${ARCH} == powerpc64le
PLIST_SUB+= PPC64LE="@comment "
.else