Correct the path to the jdk binary this port RUN_DEPENDS on.
This commit is contained in:
parent
8f06113ec3
commit
c7277eb17a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34426
1 changed files with 2 additions and 1 deletions
|
@ -13,8 +13,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/java/bin/java:${PORTSDIR}/java/jdk
|
||||
RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
|
||||
|
||||
JDK_VERSION= 1.1.8
|
||||
NO_BUILD= yes
|
||||
|
||||
pre-install:
|
||||
|
|
Loading…
Reference in a new issue