diff options
author | schmonz <schmonz> | 2002-07-31 19:33:19 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-07-31 19:33:19 +0000 |
commit | dbbb7d0f0e00165ded430a88615824172cffd7b4 (patch) | |
tree | 24806c5a9ca9829ef394ca7f1e89032797a204cc /misc | |
parent | 567d5f158487efd24108acdb03e8780dc2112193 (diff) | |
download | pkgsrc-dbbb7d0f0e00165ded430a88615824172cffd7b4.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')
-rw-r--r-- | misc/openoffice/Makefile | 6 |
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" |