summaryrefslogtreecommitdiff
path: root/misc/openoffice
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-04 11:20:24 +0000
committerjlam <jlam>2002-10-04 11:20:24 +0000
commit4a9956dc4ecfd9c636b94ed05c50148ce4503373 (patch)
tree0c91bc5abcba946556fbb07895dff2b7e7ad9141 /misc/openoffice
parent48f63be817f70f9506a7258b0f6fdab83dc0450d (diff)
downloadpkgsrc-4a9956dc4ecfd9c636b94ed05c50148ce4503373.tar.gz
Use PKG_JAVA_HOME instead of JAVA_HOME to point to the correct JDK. This
should fix pkg/17989.
Diffstat (limited to 'misc/openoffice')
-rw-r--r--misc/openoffice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile
index fbe1a2e6ad9..8669199eaab 100644
--- a/misc/openoffice/Makefile
+++ b/misc/openoffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2002/09/02 02:43:35 abs Exp $
+# $NetBSD: Makefile,v 1.23 2002/10/04 11:20:24 jlam Exp $
DISTNAME= openoffice-0.0.0.641
PKGREVISION= 1
@@ -40,7 +40,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.5.3*-i386 NetBSD-1.5Z?-i386 \
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-stlport4-home=${PREFIX}
-CONFIGURE_ARGS+= --with-jdk-home=${JAVA_HOME}
+CONFIGURE_ARGS+= --with-jdk-home=${PKG_JAVA_HOME}
TEMP?= ${WRKSRC}