From e4d53fde46c380db9d0d6650fc87b48a1f7ad4f2 Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 27 Nov 2016 12:28:09 +0000 Subject: Unbreak INDEX Pointy hat: brnrd --- 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 c4dad68a148d..d259361fd3c4 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -84,7 +84,7 @@ MAKE_ENV+= BUILDTYPE=${BUILDTYPE} .include -.if defined(OPENSSL_PORT) && "${OPENSSL_PORT:M*libressl*}" != "" +.if ${SSL_DEFAULT:Mlibressl*} IGNORE= ${PORTNAME} is incompatible with LibreSSL, please use www/apache24 with mod_http2 .endif -- cgit