summaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/bootstrap-openjdk/Makefile')
-rw-r--r--java/bootstrap-openjdk/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/java/bootstrap-openjdk/Makefile b/java/bootstrap-openjdk/Makefile
index 91896a6c66f9..e1fd1ac0dcfc 100644
--- a/java/bootstrap-openjdk/Makefile
+++ b/java/bootstrap-openjdk/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo
ONLY_FOR_ARCH= amd64 i386
DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH}
-DISTVERSION_amd64= r330107
-DISTVERSION_i386= r330107
+DISTVERSION_amd64= r330538
+DISTVERSION_i386= r330538
JDK_NAME= openjdk
JDK_PORT= openjdk6
@@ -37,9 +37,6 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
.if ${OSVERSION} >= 900010
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libz.so.5:${PORTSDIR}/misc/compat8x
.endif
-.if ${OSVERSION} >= 1000054
-RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
-.endif
.if ${ARCH} == "i386"
PLIST_SUB+= CLIENTVM=""