mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Use JRE/javavmwrapper instead of JDK.
This commit is contained in:
parent
0f07eca387
commit
102dab4463
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29546
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user