Make sysutils/grub conflict with sysutils/grub2.
This commit is contained in:
parent
4f2f6d24e4
commit
afc161cadb
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.54 2010/02/21 16:44:52 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2012/07/29 21:51:42 gsutre Exp $
|
||||
|
||||
DISTNAME= grub-0.97
|
||||
PKGREVISION= 9
|
||||
|
@ -10,6 +10,8 @@ HOMEPAGE= http://www.gnu.org/software/grub/
|
|||
COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
CONFLICTS= grub2-[0-9]*
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
ONLY_FOR_PLATFORM= *-*-i386 NetBSD-[5-9].*-x86_64
|
||||
|
|
Loading…
Reference in a new issue