aboutsummaryrefslogtreecommitdiff
path: root/www/libhpack/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 11:14:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 11:14:37 +0000
commita9c2ade8fc45cd26cc5ac112bf8f06cf5e3d4525 (patch)
tree72aef7ad7629dc3ff5cec6ae7ec8bcd66de808c9 /www/libhpack/Makefile
parentdee0f0664de2d4535118c26d7f4cea8f34ad8b92 (diff)
downloadports-a9c2ade8fc45cd26cc5ac112bf8f06cf5e3d4525.tar.gz
ports-a9c2ade8fc45cd26cc5ac112bf8f06cf5e3d4525.zip
Notes
Diffstat (limited to 'www/libhpack/Makefile')
-rw-r--r--www/libhpack/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libhpack/Makefile b/www/libhpack/Makefile
index 87ea116a8bdf..0c31ffbe9411 100644
--- a/www/libhpack/Makefile
+++ b/www/libhpack/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libhpack
PORTVERSION= 0.0.20140710
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://raw.github.com/http2/http2-spec/master/:ec_xml
DISTFILES= draft-ietf-httpbis-header-compression.xml:ec_xml
@@ -14,7 +15,7 @@ COMMENT= Implementation of HPACK (Header compression for HTTP/2.0)
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libcheck.so:devel/libcheck
+LIB_DEPENDS= libcheck.so:devel/check
CMAKE_ARGS= -DBUILD_DOCS=OFF \
-DBUILD_TESTS=OFF \