Now buildable with JDK16.

This commit is contained in:
Maho Nakata 2008-08-23 07:53:20 +00:00
parent c6a6d5d399
commit 449a4415bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219033
2 changed files with 1361 additions and 2 deletions

View File

@ -62,9 +62,9 @@ JAVA_VENDOR= bsdjava
JAVA_VENDOR= freebsd bsdjava
.endif
.if (${OSVERSION} >= 700000)
JAVA_VERSION= 1.5
JAVA_VERSION= 1.5 1.6
.else
JAVA_VERSION= 1.4 1.5
JAVA_VERSION= 1.4 1.5 1.6
.endif
.include <${FILESDIR}/Makefile.localized>

File diff suppressed because it is too large Load Diff