summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-08 18:28:06 +0000
committercjep <cjep@pkgsrc.org>2002-06-08 18:28:06 +0000
commita785a59e7f119dac468a8925ecc6231b4d56209a (patch)
tree41fb02d1a6c0494746a8346c2dc9550c7180b917 /sysutils
parent815808b10a93f1b20fb8b8acee060ff922d4c2b8 (diff)
downloadpkgsrc-a785a59e7f119dac468a8925ecc6231b4d56209a.tar.gz
Grub is only available for i386.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/grub/Makefile4
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