pkgsrc/devel/libevent/buildlink3.mk
adam 8da8c1a402 Libevent 2.1.8-stable, it contains openssl fixes for resetting fd and using
bufferevent_openssl_filter_new(). vagrant fixes, some build fixes, increased
timeout for some tests (to reduce number of failures due to timing issues),
date in RFC1123 format and running tests in parallel.
2017-02-15 17:34:37 +00:00

15 lines
416 B
Makefile

# $NetBSD: buildlink3.mk,v 1.24 2017/02/15 17:34:37 adam Exp $
BUILDLINK_TREE+= libevent
.if !defined(LIBEVENT_BUILDLINK3_MK)
LIBEVENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libevent+= libevent>=0.6
BUILDLINK_ABI_DEPENDS.libevent+= libevent>=2.0.22nb1
BUILDLINK_PKGSRCDIR.libevent?= ../../devel/libevent
.include "../../security/openssl/buildlink3.mk"
.endif # LIBEVENT_BUILDLINK3_MK
BUILDLINK_TREE+= -libevent