From 6bfbda6b8798da3457f87e387b0a87999ba4fa79 Mon Sep 17 00:00:00 2001 From: maho Date: Tue, 28 Jun 2005 00:42:55 +0000 Subject: Currently only OOo buildable java is jdk1.4. Submitted by: Ion-Mihai Tetcu --- editors/openoffice-3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice-3') diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index a3ae0ad66bb0..04922a2553a5 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/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 -- cgit