aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_spdy/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-04-14 22:42:59 +0800
committermat <mat@FreeBSD.org>2017-04-14 22:42:59 +0800
commit3b33a9def07e5f49aceb47c6699c9ac434a819c5 (patch)
treef41338cea588bc6a103d902c2ffe30dbac294ba1 /www/mod_spdy/Makefile
parent152a23ad079d4de3fdf95af1e96d1f3ce6247a2f (diff)
downloadfreebsd-ports-gnome-3b33a9def07e5f49aceb47c6699c9ac434a819c5.tar.gz
freebsd-ports-gnome-3b33a9def07e5f49aceb47c6699c9ac434a819c5.tar.zst
freebsd-ports-gnome-3b33a9def07e5f49aceb47c6699c9ac434a819c5.zip
Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL.
Suggested by: sunpoet Sponsored by: Absolight
Diffstat (limited to 'www/mod_spdy/Makefile')
-rw-r--r--www/mod_spdy/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk>