diff options
author | wiz <wiz> | 2002-04-11 22:00:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-04-11 22:00:25 +0000 |
commit | abf1bc9aa026033a2d31b8375c83f6b8d7b791c5 (patch) | |
tree | 6efa256856fc1117676725e2de0e1dd60b54fb3d /sysutils/grub | |
parent | ea510f301033826c40db91583dd663eef689ca0b (diff) | |
download | pkgsrc-abf1bc9aa026033a2d31b8375c83f6b8d7b791c5.tar.gz |
Move comment in such a way that make doesn't stumble over it.
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 73935570435..5494adc7ffe 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/04/11 20:03:09 magick Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/11 22:00:25 wiz Exp $ # DISTNAME= grub-0.91 @@ -9,9 +9,9 @@ MAINTAINER= jgoerzen@complete.org HOMEPAGE= http://www.gnu.org/software/grub/ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2 +# This package needs a new gas and therefore the -current +# toolchain. Also it is only available for i386 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 |