diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /www/nghttp2/Makefile | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) | |
download | ports-a9425224f10817058f5b991255cf3a7c71c0b356.tar.gz ports-a9425224f10817058f5b991255cf3a7c71c0b356.zip |
Notes
Diffstat (limited to 'www/nghttp2/Makefile')
-rw-r--r-- | www/nghttp2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index d5dcd8fa12ab..d951f9763a04 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -4,7 +4,7 @@ PORTNAME= nghttp2 PORTVERSION= 1.19.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org @@ -52,8 +52,8 @@ ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:devel/boost-libs EXAMPLES_CONFIGURE_ENABLE= examples -EXAMPLES_BUILD_DEPENDS= libevent2>=2.0.8:devel/libevent2 -EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent2 +EXAMPLES_BUILD_DEPENDS= libevent>=2.0.8:devel/libevent +EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent HPACK_BUILD_DEPENDS= jansson>=2.5:devel/jansson HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:devel/jansson |