diff options
author | maho <maho@FreeBSD.org> | 2005-06-28 00:42:55 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-06-28 00:42:55 +0000 |
commit | 6bfbda6b8798da3457f87e387b0a87999ba4fa79 (patch) | |
tree | abd0731106c591ba28a6c71515d8754f850c3c6e /editors/openoffice.org-vcltesttool | |
parent | 3baabd14e63de709957f8f8e0b58ddf2bb2528c4 (diff) | |
download | FreeBSD-ports-6bfbda6b8798da3457f87e387b0a87999ba4fa79.zip FreeBSD-ports-6bfbda6b8798da3457f87e387b0a87999ba4fa79.tar.gz |
Currently only OOo buildable java is jdk1.4.
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index a3ae0ad..04922a2 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -37,7 +37,7 @@ USE_REINPLACE= yes .if !defined(WITHOUT_JAVA) USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.4 JAVA_BUILD= jdk .endif |