diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-01-27 07:15:26 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-01-27 07:15:26 +0000 |
commit | 933cec240c5d9035768165e0f44d99d3b7766313 (patch) | |
tree | 87f9388bef1923ff763f5a674b905f23ad68dee7 /editors/openoffice-1.0 | |
parent | 52cd1816de8e26d4a94d822302e2af52ca1695c2 (diff) | |
download | ports-933cec240c5d9035768165e0f44d99d3b7766313.tar.gz ports-933cec240c5d9035768165e0f44d99d3b7766313.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 0aeb0b3ba220..338af5caad8e 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -134,7 +134,7 @@ EXTRACT_CMD_R= ${GZIP_CMD} EXTRACT_REST= gpc231.tar.Z .if !defined(WITH_BSD_JDK) -JDK13DIR?= ${LOCALBASE}/linux-jdk1.3.1 +JDK13DIR?= ${LOCALBASE}/linux-sun-jdk1.3.1 .else JDK13DIR?= ${LOCALBASE}/jdk1.3.1 .endif |