summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-09-24 00:20:44 +0000
committerjlam <jlam@pkgsrc.org>2005-09-24 00:20:44 +0000
commitd0ef469cb8b7214ad430cd8e95db209a8140b23a (patch)
tree42e8e46ba180e4a05831a4f3726c9e99c5380576 /sysutils/grub
parent035132893265b4526f7edcc317ee8e99209d9e89 (diff)
downloadpkgsrc-d0ef469cb8b7214ad430cd8e95db209a8140b23a.tar.gz
There is some problem with compiling grub when using pkgsrc ncurses.
Grub will actually build using plain, old BSD curses, so no need to actually pull in ncurses (unless curses is missing on your system). This makes sysutils/grub build on NetBSD-3.0_BETA with PREFER_PKGSRC=yes. Bump the PKGREVISION to 2.
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index 6a23b47ca32..07dc97679f5 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2005/09/24 00:15:03 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/09/24 00:20:44 jlam Exp $
#
DISTNAME= grub-0.97
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/
@@ -26,7 +26,7 @@ BUILD_DEFS+= GRUB_PRESET_COMMAND
BUILD_DEFS+= GRUB_SCAN_ARGS
.include "../../devel/binutils/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.if defined(GRUB_NETWORK_CARDS)
CONFIGURE_ARGS+= --enable-diskless