diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-07-31 19:33:19 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-07-31 19:33:19 +0000 |
commit | ee97dff574a69900e23ccf73c32ae7925cb9dc82 (patch) | |
tree | 24806c5a9ca9829ef394ca7f1e89032797a204cc /lang | |
parent | 146c7b6f8860773ff18d5b542f76fb7faedb092e (diff) | |
download | pkgsrc-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 'lang')
-rw-r--r-- | lang/jbuilder-jit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile index fc28d7e4728..8a6f4f76622 100644 --- a/lang/jbuilder-jit/Makefile +++ b/lang/jbuilder-jit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/10/31 14:32:58 tv Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/31 19:33:20 schmonz Exp $ # DISTNAME= unix_jb35foundation @@ -10,8 +10,8 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.inprise.com/jbuilder/foundation/linux.html COMMENT= Just-In-Time compiler for Linux Java Virtual Machine -# works with both 1.2.2 and 1.3 JVMs -DEPENDS= sun-jre-[0-9]*:../../lang/sun-jre13 +USE_JAVA= run +PKG_JVM= sun-jdk13 # works with both 1.2.2 and 1.3 JVMs WRKSRC= ${WRKDIR}/javacomp-1.2.15 EXTRACT_ELEMENTS= LinuxJIT/javacomp-1.2.15.tar.gz |