From cfb858459c1d1568528048dfa5e64a8fd0650725 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sat, 11 Feb 2017 20:55:24 +0100 Subject: [PATCH] HBSD: www/mod_spdy: Mark BROKEN with LibreSSL in base Signed-off-by: Bernard Spil --- www/mod_spdy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index d259361fd3c4a..edc8de979f31e 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -84,7 +84,7 @@ MAKE_ENV+= BUILDTYPE=${BUILDTYPE} .include -.if ${SSL_DEFAULT:Mlibressl*} +.if ${SSL_DEFAULT:Mlibressl*} || exists /usr/lib/libtls.so IGNORE= ${PORTNAME} is incompatible with LibreSSL, please use www/apache24 with mod_http2 .endif