1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Build fix with jdk16, just catching up.

This commit is contained in:
Maho Nakata 2008-08-23 22:00:20 +00:00
parent 912b6ec4fb
commit 2b608c5979
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219056
4 changed files with 2722 additions and 4 deletions

View File

@ -63,9 +63,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

View File

@ -63,9 +63,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