summaryrefslogtreecommitdiff
path: root/java/jdk11/Makefile
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>2001-08-14 16:24:57 +0000
committerNate Williams <nate@FreeBSD.org>2001-08-14 16:24:57 +0000
commitcac9f01cbd1a96045b38c4fe9067890389ebe4da (patch)
tree0a805518c34944a64d249e7be1d0fe7613335b11 /java/jdk11/Makefile
parentUpgrade devel/p5-Algorithm-Diff to 1.11a. (diff)
- Made the JDK port depend on the new compat3x libraries and it's new port.
Submitted by: "Akinori MUSHA" <knu@iDaemons.org>
Notes
Notes: svn path=/head/; revision=46250
Diffstat (limited to 'java/jdk11/Makefile')
-rw-r--r--java/jdk11/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile
index bf5d0a800e17..78d2621318f7 100644
--- a/java/jdk11/Makefile
+++ b/java/jdk11/Makefile
@@ -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