aboutsummaryrefslogtreecommitdiff
path: root/www/nghttp2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-01 16:10:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-01 16:10:48 +0000
commit28677ad8d503a7284fb86fa36dc14c0d95d04b0f (patch)
treed7158c0d369989927dbf11b9f0706d5eeaf16e21 /www/nghttp2
parent21ca53fdf2cfd7b1a4430f7e8945a83daad1402a (diff)
downloadports-28677ad8d503a7284fb86fa36dc14c0d95d04b0f.tar.gz
ports-28677ad8d503a7284fb86fa36dc14c0d95d04b0f.zip
Notes
Diffstat (limited to 'www/nghttp2')
-rw-r--r--www/nghttp2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 79d4030a678b..76cbfbb1ba8e 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -50,9 +50,7 @@ HPACK_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT)
-IGNORE= nghttp2 requires OpenSSL 1.0.1+
-.elif defined(WITH_OPENSSL_PORT)
+.if ${OSVERSION} < 1000000
BROKEN= Does not build
.endif