diff options
Diffstat (limited to 'dns/getdns/Makefile')
-rw-r--r-- | dns/getdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index 83e6776ef06f..dcf837e123ff 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -37,7 +37,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= event-1:${PORTSDIR}/devel/libevent +LIBEVENT_LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent LIBEVENT_CONFIGURE_WITH=libevent .include <bsd.port.options.mk> |