diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2019-08-25 20:22:05 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2019-08-25 20:22:05 +0000 |
commit | 3d582f57af4c6b2b57c1dc2e5c4db04ea7b04a2a (patch) | |
tree | fef921b102c99181999a34cd6e3355f4b7cb5042 /java/bootstrap-openjdk11/Makefile | |
parent | Fix Linux ALSA OSS plugin by removing a configuration file. The (diff) |
Add support for powerpc64
PR: 237208
Diffstat (limited to 'java/bootstrap-openjdk11/Makefile')
-rw-r--r-- | java/bootstrap-openjdk11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bootstrap-openjdk11/Makefile b/java/bootstrap-openjdk11/Makefile index 57f53f32e62b..bf61d4a86b36 100644 --- a/java/bootstrap-openjdk11/Makefile +++ b/java/bootstrap-openjdk11/Makefile @@ -13,7 +13,7 @@ COMMENT= Java Development Kit 11 LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 USES= tar:xz |