mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
java/bootstrap-openjdk11: simplify ONLY_FOR_ARCHS
This commit is contained in:
parent
03737df1a7
commit
cda6f751c0
1 changed files with 1 additions and 4 deletions
|
@ -12,7 +12,7 @@ WWW= https://openjdk.java.net/
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
|
||||
|
||||
USES= tar:xz
|
||||
|
||||
|
@ -29,9 +29,6 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Support aarch64, armv6 and armv7 on FreeBSD 12 and up
|
||||
ONLY_FOR_ARCHS+=aarch64 armv6 armv7
|
||||
|
||||
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}
|
||||
DISTNAME= ${JDK_PORT}-${JDK_ARCH}-12-${PORTVERSION}
|
||||
PLIST_SUB+= PPC64LE=""
|
||||
|
|
Loading…
Add table
Reference in a new issue