--- www/mod_spdy/Makefile (revision 417960) +++ www/mod_spdy/Makefile (working copy) @@ -85,6 +85,10 @@ .include +.if defined(OPENSSL_PORT) && "${OPENSSL_PORT:M*libressl*}" != "" +IGNORE= ${PORTNAME} is incompatible with LibreSSL, please use www/apache24 with mod_http2 +.endif + .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36 CXXFLAGS+= -Wno-unused-local-typedef .endif --- www/mod_spdy/pkg-descr (revision 417960) +++ www/mod_spdy/pkg-descr (working copy) @@ -3,4 +3,4 @@ loaded into currently deployed Apache HTTPD 2.x web servers using mod_so. -WWW: http://code.google.com/p/mod-spdy/ +WWW: https://developers.google.com/speed/spdy/mod_spdy/