From cb36944875191be337b507dccbac9f0f981419f1 Mon Sep 17 00:00:00 2001 From: nork Date: Mon, 17 Nov 2003 14:56:26 +0000 Subject: Fix dependency on jdk14 (Update to 1.4.2). Not objected to by: openoffice PR: ports/59364 [1] Submitted by: Toshiboumi Ohta [1] Ernesto Antonio Lira Castro Nelis Lamprecht --- editors/openoffice.org-1.1-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice.org-1.1-devel') diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 44bfeea191d..bd4f8b5c120 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -133,7 +133,7 @@ EXTRACT_AFTER_ARGS_R= | ${TAR} -xf - EXTRACT_CMD_R= ${GZIP_CMD} EXTRACT_REST= gpc231.tar.Z -JDKDIR?= ${LOCALBASE}/jdk1.4.1 +JDKDIR?= ${LOCALBASE}/jdk1.4.2 JAVAVM= ${JDKDIR}/bin/java GNU_CONFIGURE= yes -- cgit