diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-11-06 12:12:01 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-11-06 12:12:01 +0000 |
commit | 72275f39c163380487f7c28a560b24f7af38c4b4 (patch) | |
tree | ad31c5de2c987a3d64109c64282dcebd272d2967 /editors/openoffice.org-vcltesttool | |
parent | e7482cbb10fe7a6a5145ef1201305fbc76fbc562 (diff) | |
download | ports-72275f39c163380487f7c28a560b24f7af38c4b4.tar.gz ports-72275f39c163380487f7c28a560b24f7af38c4b4.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 11886292738b..cde2ef0bb0b7 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -37,8 +37,9 @@ USE_REINPLACE= yes USE_BZIP2= yes .if !defined(WITHOUT_JAVA) -USE_JAVA= 1.4+ -NO_RUN_DEPENDS_JAVA= yes +USE_JAVA= yes +JAVA_VERSION= 1.4+ +JAVA_BUILD= jdk .endif .include <bsd.port.pre.mk> |