diff options
Diffstat (limited to 'lang/sun-jdk13/Makefile')
-rw-r--r-- | lang/sun-jdk13/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index 59a06407a34..d017a8a89c1 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.26 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.27 2004/05/22 20:20:06 jmmv Exp $ -DISTNAME= j2sdk-1_3_1_10-linux-i586 -PKGNAME= sun-jdk13-1.0.10 +DISTNAME= j2sdk-1_3_1_11-linux-i586 +PKGNAME= sun-jdk13-1.0.11 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Development Kit 1.3.1 SHORT= JDK -DEPENDS= sun-jre13>=1.0.10:../../lang/sun-jre13 +DEPENDS= sun-jre13>=1.0.11:../../lang/sun-jre13 -WRKSRC= ${WRKDIR}/jdk1.3.1_10 +WRKSRC= ${WRKDIR}/jdk1.3.1_11 # Remove parts that are in common with the JRE. # |