summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorwiz <wiz>2002-04-30 16:10:20 +0000
committerwiz <wiz>2002-04-30 16:10:20 +0000
commit6e9cb190d80d4a108eb094a264d37bf9dbd8a98b (patch)
tree275612224eb61d4065f2e5bac7517924559a5d70 /sysutils/grub
parent34d918ec7542dd3acc5289d8d3ca985917f0f5ad (diff)
downloadpkgsrc-6e9cb190d80d4a108eb094a264d37bf9dbd8a98b.tar.gz
Enable grub on <1.5Y by using the binutils package.
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile7
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"