diff options
author | drochner <drochner@pkgsrc.org> | 2009-08-17 11:08:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-08-17 11:08:30 +0000 |
commit | f44390425462fa9dda75b177993f694c295c3ba4 (patch) | |
tree | da1620916bfe5f457422ba4fce846d10f066fc13 /devel/libev | |
parent | afae761a4025e2db6c9f93fc43611e3cb77c55d5 (diff) | |
download | pkgsrc-f44390425462fa9dda75b177993f694c295c3ba4.tar.gz |
mark as conflicting with libevent, bump PKGREVISION
Diffstat (limited to 'devel/libev')
-rw-r--r-- | devel/libev/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile index 5b6511b6fde..27e7fe82152 100644 --- a/devel/libev/Makefile +++ b/devel/libev/Makefile @@ -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 |