summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-04 11:20:24 +0000
committerjlam <jlam@pkgsrc.org>2002-10-04 11:20:24 +0000
commit0e42dc1ec45c0c3dc005a44ef6a0299b965be229 (patch)
tree0c91bc5abcba946556fbb07895dff2b7e7ad9141 /misc
parent36647028eb3e31a0257f5411858f3eea718a62cf (diff)
downloadpkgsrc-0e42dc1ec45c0c3dc005a44ef6a0299b965be229.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')
-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}