mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Made the JDK port depend on the new compat3x libraries and it's new port.
Submitted by: "Akinori MUSHA" <knu@iDaemons.org>
This commit is contained in:
parent
2d8e57ffc1
commit
cac9f01cbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46250
@ -29,6 +29,7 @@ NO_BUILD= yes
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
DISTFILES= jdk${JDK_VERSION}_AOUT.V1999-11-9.tar.gz
|
||||
.else
|
||||
LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x
|
||||
DISTFILES= jdk${JDK_VERSION}_ELF.V1999-11-9.tar.gz
|
||||
.endif
|
||||
|
||||
|
@ -29,6 +29,7 @@ NO_BUILD= yes
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
DISTFILES= jdk${JDK_VERSION}_AOUT.V1999-11-9.tar.gz
|
||||
.else
|
||||
LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x
|
||||
DISTFILES= jdk${JDK_VERSION}_ELF.V1999-11-9.tar.gz
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user