summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-10-07 18:00:55 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-10-07 18:00:55 +0000
commita001e88f30fff291bd54d099f2ba747612a10a0b (patch)
tree6a83085417f43e5c4a9bae626fc7655c0a5f0c10 /sysutils/grub
parent5efc9badc6dfe2ee985495bde0701d02763b0491 (diff)
downloadpkgsrc-a001e88f30fff291bd54d099f2ba747612a10a0b.tar.gz
Remove binutils dependency. Bump PKGREVISION.
ok joerg.
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index 161ae0f128f..7722f97f224 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2007/06/25 13:05:56 tron Exp $
+# $NetBSD: Makefile,v 1.48 2007/10/07 18:00:55 xtraeme Exp $
DISTNAME= grub-0.97
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= sysutils
MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/
@@ -23,7 +23,6 @@ BUILD_DEFS+= GRUB_NETWORK_CARDS
BUILD_DEFS+= GRUB_PRESET_COMMAND
BUILD_DEFS+= GRUB_SCAN_ARGS
-.include "../../devel/binutils/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.if defined(GRUB_NETWORK_CARDS)