diff options
author | cjep <cjep> | 2002-06-08 18:28:06 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-06-08 18:28:06 +0000 |
commit | 95c7f95649cfcf31771592f5d436b954553d6eb1 (patch) | |
tree | 41fb02d1a6c0494746a8346c2dc9550c7180b917 /sysutils/grub | |
parent | af4c998625cd974f0250757346f790c860997ca4 (diff) | |
download | pkgsrc-95c7f95649cfcf31771592f5d436b954553d6eb1.tar.gz |
Grub is only available for i386.
Diffstat (limited to 'sysutils/grub')
-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 68de1904e0c..a248053722a 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/04/30 16:10:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/06/08 18:28:06 cjep Exp $ # DISTNAME= grub-0.92 @@ -9,6 +9,8 @@ MAINTAINER= jgoerzen@complete.org HOMEPAGE= http://www.gnu.org/software/grub/ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2 +ONLY_FOR_PLATFORM= *-*-i386 + GNU_CONFIGURE= YES USE_GMAKE= YES USE_BUILDLINK_ONLY= YES |