diff options
author | mat <mat@FreeBSD.org> | 2018-03-29 22:53:23 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-03-29 22:53:23 +0800 |
commit | 6417348a7d820fe2d77751aafe80870cb1994c9d (patch) | |
tree | 3b60dfc298ce215e08fe82984e17fdbbdd5feacd /www | |
parent | d876945c1b3991d21d88d643ef2212b207f648ca (diff) | |
download | freebsd-ports-graphics-6417348a7d820fe2d77751aafe80870cb1994c9d.tar.gz freebsd-ports-graphics-6417348a7d820fe2d77751aafe80870cb1994c9d.tar.zst freebsd-ports-graphics-6417348a7d820fe2d77751aafe80870cb1994c9d.zip |
Mark some ports broken with openssl-devel.
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/nghttp2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index b571a708ab9..dcaa6ed7a05 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -12,6 +12,9 @@ COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= error: use of undeclared identifier 'SSL_get0_next_proto_negotiated' + BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 |