summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-06-28 00:42:55 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-06-28 00:42:55 +0000
commit2917895ed953666d85b55910bc4052212f8ce86b (patch)
tree67e0e1eba0d88806d4716619ee8bc947ca66b3a6 /editors/openoffice-2.0-devel/Makefile
parentDo not create useless directories (unbreaks the port). (diff)
Currently only OOo buildable java is jdk1.4.
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Notes
Notes: svn path=/head/; revision=138084
Diffstat (limited to '')
-rw-r--r--editors/openoffice-2.0-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile
index a3ae0ad66bb0..04922a2553a5 100644
--- a/editors/openoffice-2.0-devel/Makefile
+++ b/editors/openoffice-2.0-devel/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