summaryrefslogtreecommitdiff
path: root/misc/openoffice/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-07-31 19:33:19 +0000
committerschmonz <schmonz@pkgsrc.org>2002-07-31 19:33:19 +0000
commitee97dff574a69900e23ccf73c32ae7925cb9dc82 (patch)
tree24806c5a9ca9829ef394ca7f1e89032797a204cc /misc/openoffice/Makefile
parent146c7b6f8860773ff18d5b542f76fb7faedb092e (diff)
downloadpkgsrc-ee97dff574a69900e23ccf73c32ae7925cb9dc82.tar.gz
Mechanically replace DEPENDS and BUILD_DEPENDS on a JDK with the
appropriate USE_JAVA and PKG_JVM incantations. Spotted by wiz.
Diffstat (limited to 'misc/openoffice/Makefile')
-rw-r--r--misc/openoffice/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile
index 94f96a1b271..c221d05f225 100644
--- a/misc/openoffice/Makefile
+++ b/misc/openoffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/06/15 21:08:50 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2002/07/31 19:33:20 schmonz Exp $
DISTNAME= openoffice-0.0.0.641
PKGREVISION= 1
@@ -30,7 +30,9 @@ BUILD_DEPENDS+= gmake-[0-9]*:../../devel/gmake
BUILD_DEPENDS+= {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh
BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip
BUILD_DEPENDS+= stlport>=4.0nb1:../../devel/stlport
-BUILD_DEPENDS+= sun-jdk>=1.3.0:../../lang/sun-jdk13
+
+USE_JAVA= build
+PKG_JVM= sun-jdk
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/pthread.buildlink.mk"