1
0
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:
Nate Williams 2001-08-14 16:24:57 +00:00
parent 2d8e57ffc1
commit cac9f01cbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46250
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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