diff options
author | nork <nork@FreeBSD.org> | 2003-11-17 22:56:26 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-11-17 22:56:26 +0800 |
commit | cb36944875191be337b507dccbac9f0f981419f1 (patch) | |
tree | c5ab96d35f0fb3a5993a29c7b6365d94852f6634 /editors/openoffice.org-1.1-devel | |
parent | e3f2592b9cd69e96dba1e6b20b0cbf73ecbe1d07 (diff) | |
download | freebsd-ports-graphics-cb36944875191be337b507dccbac9f0f981419f1.tar.gz freebsd-ports-graphics-cb36944875191be337b507dccbac9f0f981419f1.tar.zst freebsd-ports-graphics-cb36944875191be337b507dccbac9f0f981419f1.zip |
Fix dependency on jdk14 (Update to 1.4.2).
Not objected to by: openoffice
PR: ports/59364 [1]
Submitted by: Toshiboumi Ohta <bugbird@timedia.co.jp> [1]
Ernesto Antonio Lira Castro <lcastro@aix.ver.ucc.mx>
Nelis Lamprecht <nelis@brabys.co.za>
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |