summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-10-07 18:00:55 +0000
committerxtraeme <xtraeme>2007-10-07 18:00:55 +0000
commitba7652869f43003e9df24cf116e16e11adf9cc7c (patch)
tree6a83085417f43e5c4a9bae626fc7655c0a5f0c10 /sysutils/grub
parent5d4f0ed1d7e119217bde367f80e3fca4018b384d (diff)
downloadpkgsrc-ba7652869f43003e9df24cf116e16e11adf9cc7c.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)