diff options
-rw-r--r-- | java/linux-sun-jdk13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile index 9cbf8932612a..ea302d7e8089 100644 --- a/java/linux-sun-jdk13/Makefile +++ b/java/linux-sun-jdk13/Makefile @@ -30,7 +30,7 @@ JDK_VERSION= 1.3.1 JDK_REVISION= 07 ONLY_FOR_ARCHS= i386 TARGET_DIR?= ${PREFIX}/${PKGBASE}${JDK_VERSION} -DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=7163 +DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=7479 .include <bsd.port.pre.mk> |