diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-30 16:10:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-30 16:10:20 +0000 |
commit | 528dcfe8a3b1ff467f6c7b27d92720ced748fc3b (patch) | |
tree | 275612224eb61d4065f2e5bac7517924559a5d70 /sysutils/grub | |
parent | 7a0c620426f544b83b845e01208917deeb41f4eb (diff) | |
download | pkgsrc-528dcfe8a3b1ff467f6c7b27d92720ced748fc3b.tar.gz |
Enable grub on <1.5Y by using the binutils package.
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 13a78cae0d8..68de1904e0c 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/04/30 12:09:56 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/04/30 16:10:20 wiz Exp $ # DISTNAME= grub-0.92 @@ -9,13 +9,10 @@ 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 - GNU_CONFIGURE= YES USE_GMAKE= YES USE_BUILDLINK_ONLY= YES +.include "../../devel/binutils/buildlink.mk" .include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |