diff options
author | abs <abs> | 2002-03-01 01:58:35 +0000 |
---|---|---|
committer | abs <abs> | 2002-03-01 01:58:35 +0000 |
commit | b426daf1b0fe0189494190827993b6067ae58514 (patch) | |
tree | 1c60bcdf49847d589fc53e845e76b0060ad5d82f /lang/sun-jre13 | |
parent | 4576a1cc81b034323566881da6fe687128e104a6 (diff) | |
download | pkgsrc-b426daf1b0fe0189494190827993b6067ae58514.tar.gz |
If we find ourself on Linux-*-i686, deal with it.
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 905ae337d5d..09b9e9896dc 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/09/27 23:18:18 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/03/01 01:58:36 abs Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -40,7 +40,7 @@ JDK_HOME:= ${LOCALBASE}/java # 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: |