- devel/libevent no longer exists

This commit is contained in:
Ryan Steinmetz 2015-05-07 14:03:59 +00:00
parent c3f55d26de
commit 645554f8e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385626

View file

@ -38,7 +38,7 @@ LIBEV_LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev
LIBEV_CONFIGURE_WITH= libev
LIBUV_LIB_DEPENDS= libuv.so:${PORTSDIR}/devel/libuv
LIBUV_CONFIGURE_WITH= libuv
LIBEVENT_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent
LIBEVENT_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
LIBEVENT_CONFIGURE_WITH=libevent
.include <bsd.port.options.mk>