diff options
Diffstat (limited to 'lang/jdk')
-rw-r--r-- | lang/jdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index d24485d1798..6cb9d0a6be8 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/05/24 20:39:44 tv Exp $ +# $NetBSD: Makefile,v 1.9 1999/11/23 16:26:13 hubertf Exp $ DISTNAME= jdk1.1.6 PKGNAME= jdk-1.1.6 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.quick.com.au/java/ RESTRICTED= 'No redistribution of the Java(tm) Development Kit' NO_PACKAGE= ${RESTRICTED} +NO_CDROM= ${RESTRICTED} MIRROR_DISTFILE= no ONLY_FOR_PLATFORM= NetBSD-*-i386 |