mark as conflicting with libevent, bump PKGREVISION
This commit is contained in:
parent
afae761a40
commit
f443904254
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/08/16 15:38:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/08/17 11:08:30 drochner Exp $
|
||||
|
||||
DISTNAME= libev-3.7
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://dist.schmorp.de/libev/
|
||||
|
||||
|
@ -9,6 +10,8 @@ HOMEPAGE= http://software.schmorp.de/pkg/libev.html
|
|||
COMMENT= Full-featured and high-performance event loop
|
||||
LICENSE= modified-bsd OR gnu-gpl-v2 # NOTE: 2-clause BSD
|
||||
|
||||
CONFLICTS+= libevent-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
#TEST_TARGET= verify
|
||||
|
|
Loading…
Reference in a new issue