summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-12 13:41:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-12 13:41:18 +0000
commit102dab44637f5c358b2284a46b2e8c0021d4ba02 (patch)
tree127fe3415437b80160b70df75340c66e7f5f3580 /editors
parentFix typo. (diff)
Use JRE/javavmwrapper instead of JDK.
Notes
Notes: svn path=/head/; revision=29546
Diffstat (limited to 'editors')
-rw-r--r--editors/jext/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/jext/Makefile b/editors/jext/Makefile
index 21377ec9c33a..eeb4042571a9 100644
--- a/editors/jext/Makefile
+++ b/editors/jext/Makefile
@@ -13,7 +13,8 @@ DISTFILES= ${PORTNAME}${EXTRACT_SUFX} swingall.jar
MAINTAINER= sobomax@FreeBSD.org
-RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/jdk
+RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \
+ ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre
FETCH_BEFORE_ARGS= -b
@@ -24,7 +25,7 @@ USE_XLIB= yes
NO_BUILD= yes
JDK_VERSION= 1.1.8
-JAVAVM?= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java
+JAVAVM?= ${LOCALBASE}/bin/javavm
.if defined(USE_JIT)
RUN_DEPENDS+= ${LOCALBASE}/jdk${JDK_VERSION}/lib/${ARCH}/green_threads/libshujit.so:${PORTSDIR}/java/shujit