diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-12-20 12:45:04 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-12-20 12:45:04 +0000 |
| commit | 4b0783d853ccec9523acf1c9d0416371e1c52a9f (patch) | |
| tree | 979180d45cf5ff92836be17e69d4ae62a131f173 /java/bootstrap-openjdk17/Makefile | |
| parent | audio/cmus: enable MPRIS support (diff) | |
java/bootstrap-openjdk17: add bootstrap for powerpc64le
Diffstat (limited to 'java/bootstrap-openjdk17/Makefile')
| -rw-r--r-- | java/bootstrap-openjdk17/Makefile | 4 |
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="" |
