diff options
author | schmonz <schmonz> | 2002-07-31 19:33:19 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-07-31 19:33:19 +0000 |
commit | 2c7227e3ba8e14c52c3434a99342faad33857b73 (patch) | |
tree | 24806c5a9ca9829ef394ca7f1e89032797a204cc /lang/jbuilder-jit | |
parent | 8168a92fb6b94ad7c31896fe2df91aaa30a82809 (diff) | |
download | pkgsrc-2c7227e3ba8e14c52c3434a99342faad33857b73.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/jbuilder-jit')
-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 |