diff options
author | magick <magick@pkgsrc.org> | 2002-04-11 20:03:09 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2002-04-11 20:03:09 +0000 |
commit | 3b52caad0952e89906ad7a80833e08bb8481360e (patch) | |
tree | 1ddaa90191029ecd8e9570162c1752f458352e41 /sysutils/grub/Makefile | |
parent | dc77f5d296635fe28855e1374ef52657b88891e8 (diff) | |
download | pkgsrc-3b52caad0952e89906ad7a80833e08bb8481360e.tar.gz |
Explain why the package is restricted to i386 -current.
Pointed out by tron@zhadum.de.
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index f3245fccaf2..73935570435 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/11 19:53:25 magick Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/11 20:03:09 magick Exp $ # DISTNAME= grub-0.91 @@ -10,6 +10,8 @@ HOMEPAGE= http://www.gnu.org/software/grub/ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2 ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386 + # This package needs a new gas and therefore the -current + # toolchain. Also it is only available for i386 GNU_CONFIGURE= YES USE_GMAKE= YES |