summaryrefslogtreecommitdiff
path: root/lang/jdk
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2002-03-01 01:58:35 +0000
committerabs <abs@pkgsrc.org>2002-03-01 01:58:35 +0000
commitc90ffd0d116e59fc322b3cee035e82a608d1ddd8 (patch)
tree1c60bcdf49847d589fc53e845e76b0060ad5d82f /lang/jdk
parent03192295c0b638b56135fa146203d79a59e22008 (diff)
downloadpkgsrc-c90ffd0d116e59fc322b3cee035e82a608d1ddd8.tar.gz
If we find ourself on Linux-*-i686, deal with it.
Diffstat (limited to 'lang/jdk')
-rw-r--r--lang/jdk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile
index e770cdbc2bb..bb6c168667e 100644
--- a/lang/jdk/Makefile
+++ b/lang/jdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/05/17 15:03:00 abs Exp $
+# $NetBSD: Makefile,v 1.27 2002/03/01 01:58:35 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 Linux-*-i386
+ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86
RESTRICTED= "No redistribution of the Java(tm) Development Kit"
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}