summaryrefslogtreecommitdiff
path: root/lang/jbuilder-jit
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-07-31 19:33:19 +0000
committerschmonz <schmonz>2002-07-31 19:33:19 +0000
commitdbbb7d0f0e00165ded430a88615824172cffd7b4 (patch)
tree24806c5a9ca9829ef394ca7f1e89032797a204cc /lang/jbuilder-jit
parent567d5f158487efd24108acdb03e8780dc2112193 (diff)
downloadpkgsrc-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 'lang/jbuilder-jit')
-rw-r--r--lang/jbuilder-jit/Makefile6
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