summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-11-06 12:12:01 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-11-06 12:12:01 +0000
commit72275f39c163380487f7c28a560b24f7af38c4b4 (patch)
treead31c5de2c987a3d64109c64282dcebd272d2967 /editors/openoffice.org-2-RC/Makefile
parent- Fix rounding/truncating functions on FreeBSD 4.x (diff)
- Update to bsd.java.mk 2.0
Submitted by: hq PR: 73439
Notes
Notes: svn path=/head/; revision=120951
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2-RC/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index 11886292738b..cde2ef0bb0b7 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/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>