diff options
Diffstat (limited to 'java/linux-sun-jdk16/Makefile')
-rw-r--r-- | java/linux-sun-jdk16/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/linux-sun-jdk16/Makefile b/java/linux-sun-jdk16/Makefile index 3d6e424..bbf7575 100644 --- a/java/linux-sun-jdk16/Makefile +++ b/java/linux-sun-jdk16/Makefile @@ -7,7 +7,6 @@ PORTNAME= jdk PORTVERSION= ${DL_JDK_VERSION:S/_/./g} -PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= java devel MASTER_SITES= # @@ -33,7 +32,7 @@ NO_BUILD= yes USE_LINUX= yes USE_XLIB= yes JDK_VERSION= 1.5.0 -JDK_REVISION= 03 +JDK_REVISION= 04 DL_JDK_VERSION= ${JDK_VERSION}_${JDK_REVISION} ONLY_FOR_ARCHS= i386 amd64 DOWNLOAD_URL?= http://java.sun.com/j2se/1.5.0/download.jsp |