summaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk17/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/bootstrap-openjdk17/Makefile')
-rw-r--r--java/bootstrap-openjdk17/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/bootstrap-openjdk17/Makefile b/java/bootstrap-openjdk17/Makefile
index 4cf0d762af15..c131f8c13acf 100644
--- a/java/bootstrap-openjdk17/Makefile
+++ b/java/bootstrap-openjdk17/Makefile
@@ -11,7 +11,7 @@ COMMENT= Java Development Kit 17
LICENSE= GPLv2
-ONLY_FOR_ARCHS= aarch64 amd64 powerpc64
+ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le
USES= tar:xz
@@ -28,7 +28,7 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
.include <bsd.port.options.mk>
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
PLIST_SUB+= NOT_PPC64="@comment "
.else
PLIST_SUB+= NOT_PPC64=""