diff options
author | abs <abs@pkgsrc.org> | 2001-05-17 15:03:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-05-17 15:03:00 +0000 |
commit | 74dbc5ed422c39a2f91ade9ecdeffee3272c45b3 (patch) | |
tree | d5c5fa5a11689d04da5f0011106a03c76160e472 /lang/jdk | |
parent | cf4b3c088a890fb8cd2a9eb22cb8a2a14ec07b64 (diff) | |
download | pkgsrc-74dbc5ed422c39a2f91ade9ecdeffee3272c45b3.tar.gz |
Enable for Linux-*-i386
Diffstat (limited to 'lang/jdk')
-rw-r--r-- | lang/jdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index 0f61be3e7fd..e770cdbc2bb 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/02/17 09:07:16 agc Exp $ +# $NetBSD: Makefile,v 1.26 2001/05/17 15:03:00 abs Exp $ # VERSION= 1.1.8 @@ -39,7 +39,7 @@ NO_BUILD= yes # since we change PREFIX: NO_MTREE= yes -ONLY_FOR_PLATFORM= NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 RESTRICTED= "No redistribution of the Java(tm) Development Kit" NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |