summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-05-18 13:21:37 +0000
committersobomax <sobomax@FreeBSD.org>2000-05-18 13:21:37 +0000
commit0cd529fd9c088abe7c2c461ec81b3e8391e235a6 (patch)
tree6bc8072852086c54548800ec0f6a392d7fe1809c /editors
parentdb9cd81ed922a88a80f3f6d668cf1a6148ad80d2 (diff)
downloadFreeBSD-ports-0cd529fd9c088abe7c2c461ec81b3e8391e235a6.zip
FreeBSD-ports-0cd529fd9c088abe7c2c461ec81b3e8391e235a6.tar.gz
Allow user override location of Java Virtual Machine.
Should be usefull in sutuation when several VMs installed (e.g. JDK, JRE, Kaffe etc.).
Diffstat (limited to 'editors')
-rw-r--r--editors/jext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jext/Makefile b/editors/jext/Makefile
index c2ef33a..e5348fb 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
OpenPOWER on IntegriCloud