diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-16 00:52:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-16 00:52:19 +0000 |
commit | 8302a261a4b5b7f9f088673ebe6708e9e05d00c6 (patch) | |
tree | 1357fc4e914f8b55e73732b17dce1994f4d16212 /sysutils/grub | |
parent | 6b98f8bb3de6f2e788aa71c5cb60e63f7cfde6c3 (diff) | |
download | pkgsrc-8302a261a4b5b7f9f088673ebe6708e9e05d00c6.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 7 |
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" |