diff options
author | abs <abs> | 2002-03-01 01:58:35 +0000 |
---|---|---|
committer | abs <abs> | 2002-03-01 01:58:35 +0000 |
commit | 81a0fa839ca788c8275935b5297ed1bfc8a36ec4 (patch) | |
tree | 1c60bcdf49847d589fc53e845e76b0060ad5d82f /lang/sun-jdk13 | |
parent | c8975e994ee9d26efde1a65d91f6d56ba0f57171 (diff) | |
download | pkgsrc-81a0fa839ca788c8275935b5297ed1bfc8a36ec4.tar.gz |
If we find ourself on Linux-*-i686, deal with it.
Diffstat (limited to 'lang/sun-jdk13')
-rw-r--r-- | lang/sun-jdk13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index 7d6da06d7b2..e47c0f8228d 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/10/15 16:05:00 tron Exp $ +# $NetBSD: Makefile,v 1.12 2002/03/01 01:58:36 abs Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -37,7 +37,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 LDD= ${TRUE} post-fetch: |