mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Allow an already installed openjdk13 to be used as a bootstrap
This commit is contained in:
parent
6346808559
commit
db8af14681
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528625
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ JDK_BUILD_TYPE= release
|
|||
ONLY_FOR_ARCHS+=aarch64
|
||||
.endif
|
||||
|
||||
BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk12
|
||||
BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk13 \
|
||||
${LOCALBASE}/openjdk12
|
||||
|
||||
# do we have valid native jdk installed?
|
||||
.for BJDK in ${BOOTSTRAP_JDKS}
|
||||
|
|
Loading…
Add table
Reference in a new issue