diff options
author | maho <maho@FreeBSD.org> | 2008-08-23 13:07:40 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-08-23 13:07:40 +0800 |
commit | ad35588fa254b501791ad48b18b44df60ffeecd8 (patch) | |
tree | c6a6fee992b2cfd253479b5b90b0ebe243b21099 | |
parent | 86c5f5def8420783094069a9e6e01476a23f2d17 (diff) | |
download | freebsd-ports-gnome-ad35588fa254b501791ad48b18b44df60ffeecd8.tar.gz freebsd-ports-gnome-ad35588fa254b501791ad48b18b44df60ffeecd8.tar.zst freebsd-ports-gnome-ad35588fa254b501791ad48b18b44df60ffeecd8.zip |
JDK 1.6 support. Builds were verified on FBSD6/i386.
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice-3/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index c690924fe1a5..2d5c2180eddc 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -60,9 +60,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> diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index d8157084a0bf..4cfc5fdde43b 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -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> diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 9ffe4402e774..25097cce56c8 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -61,9 +61,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> diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index c690924fe1a5..2d5c2180eddc 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -60,9 +60,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> diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index d8157084a0bf..4cfc5fdde43b 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -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> |