aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>2001-08-15 00:24:57 +0800
committernate <nate@FreeBSD.org>2001-08-15 00:24:57 +0800
commit91ce243cde4d97896e802d55b607fe1e68b0e1a0 (patch)
treea0d71e2a1724334d15cd048eb4669cc30e977282 /java
parent72e52d1118f7fff7914935f9962736ff12ea73a9 (diff)
downloadfreebsd-ports-gnome-91ce243cde4d97896e802d55b607fe1e68b0e1a0.tar.gz
freebsd-ports-gnome-91ce243cde4d97896e802d55b607fe1e68b0e1a0.tar.zst
freebsd-ports-gnome-91ce243cde4d97896e802d55b607fe1e68b0e1a0.zip
- Made the JDK port depend on the new compat3x libraries and it's new port.
Submitted by: "Akinori MUSHA" <knu@iDaemons.org>
Diffstat (limited to 'java')
-rw-r--r--java/jdk/Makefile1
-rw-r--r--java/jdk11/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/java/jdk/Makefile b/java/jdk/Makefile
index bf5d0a800e17..78d2621318f7 100644
--- a/java/jdk/Makefile
+++ b/java/jdk/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
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