summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authormagick <magick>2002-04-11 20:03:09 +0000
committermagick <magick>2002-04-11 20:03:09 +0000
commitea510f301033826c40db91583dd663eef689ca0b (patch)
tree1ddaa90191029ecd8e9570162c1752f458352e41 /sysutils/grub
parentb556a9fde3a08949791c4efdcd2e93e1de7a96d8 (diff)
downloadpkgsrc-ea510f301033826c40db91583dd663eef689ca0b.tar.gz
Explain why the package is restricted to i386 -current.
Pointed out by tron@zhadum.de.
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile4
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