diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:10:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:10:48 +0000 |
commit | 28677ad8d503a7284fb86fa36dc14c0d95d04b0f (patch) | |
tree | d7158c0d369989927dbf11b9f0706d5eeaf16e21 /www/nghttp2 | |
parent | 21ca53fdf2cfd7b1a4430f7e8945a83daad1402a (diff) | |
download | ports-28677ad8d503a7284fb86fa36dc14c0d95d04b0f.tar.gz ports-28677ad8d503a7284fb86fa36dc14c0d95d04b0f.zip |
Notes
Diffstat (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 4 |
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 |