From 3b33a9def07e5f49aceb47c6699c9ac434a819c5 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 14 Apr 2017 14:42:59 +0000 Subject: Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL. Suggested by: sunpoet Sponsored by: Absolight --- www/mod_spdy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mod_spdy') diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index 613ca4fa4099..6bee0c45a7c2 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -82,8 +82,8 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" MAKE_ENV+= BUILDTYPE=${BUILDTYPE} -BROKEN_OPENSSL= libressl libressl-devel -BROKEN_OPENSSL_REASON= incompatible with LibreSSL, please use www/apache24 with mod_http2 +BROKEN_SSL= libressl libressl-devel +BROKEN_SSL_REASON= incompatible with LibreSSL, please use www/apache24 with mod_http2 .include -- cgit