summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorwiz <wiz>2002-04-16 00:52:19 +0000
committerwiz <wiz>2002-04-16 00:52:19 +0000
commitd099681c2f57bfec5af6d67ca90dfff597deecf0 (patch)
tree1357fc4e914f8b55e73732b17dce1994f4d16212 /sysutils/grub
parent93b4b6c2dca517cd67565de0f37d987b0d33d331 (diff)
downloadpkgsrc-d099681c2f57bfec5af6d67ca90dfff597deecf0.tar.gz
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index 5494adc7ffe..61adf438983 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/04/11 22:00:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/04/16 00:52:19 wiz Exp $
#
DISTNAME= grub-0.91
@@ -13,8 +13,9 @@ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2
# 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
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_BUILDLINK_ONLY= YES
.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"