aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/jext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jext/Makefile b/editors/jext/Makefile
index c2ef33a3fa61..e5348fb0f653 100644
--- a/editors/jext/Makefile
+++ b/editors/jext/Makefile
@@ -24,7 +24,7 @@ USE_XLIB= yes
NO_BUILD= yes
JDK_VERSION= 1.1.8
-JAVAVM= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java
+JAVAVM?= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java
.if defined(USE_JIT)
RUN_DEPENDS+= ${LOCALBASE}/jdk${JDK_VERSION}/lib/${ARCH}/green_threads/libshujit.so:${PORTSDIR}/java/shujit