diff options
Diffstat (limited to 'www/spdylay/Makefile')
-rw-r--r-- | www/spdylay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index bc535ba..6a27e5e 100644 --- a/www/spdylay/Makefile +++ b/www/spdylay/Makefile @@ -37,7 +37,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT) +.if ${OSVERSION} < 1000000 && ${SSL_DEFAULT} == base IGNORE= spdylay requires OpenSSL 1.0.1+ .endif |