diff options
author | pav <pav@FreeBSD.org> | 2011-09-20 05:06:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-09-20 05:06:11 +0800 |
commit | c344e9e31defe699308d535a8b2a3a4f6dc1e784 (patch) | |
tree | e00f7cbf476fedcb80115f1e4dd89b6cf18faf8c /www/lighttpd | |
parent | 92750914d2a916ac20833e9a0a3f71e10fe91110 (diff) | |
download | freebsd-ports-gnome-c344e9e31defe699308d535a8b2a3a4f6dc1e784.tar.gz freebsd-ports-gnome-c344e9e31defe699308d535a8b2a3a4f6dc1e784.tar.zst freebsd-ports-gnome-c344e9e31defe699308d535a8b2a3a4f6dc1e784.zip |
- Chase libev shlib bump
Pointy hat to: vsevolod
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 0b2fa050e371..003adae91a35 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -130,7 +130,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .if defined(WITH_LIBEV) CONFIGURE_ARGS+= --with-libev=${LOCALBASE} -LIB_DEPENDS+= ev.3:${PORTSDIR}/devel/libev +LIB_DEPENDS+= ev.4:${PORTSDIR}/devel/libev .endif .if defined(WITH_MAGNET) |