diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/libmicrohttpd/Makefile | 2 | ||||
-rw-r--r-- | www/spdylay/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index df0c583c6568..c137fee20cae 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -41,7 +41,7 @@ PLIST_FILES= include/microhttpd.h \ .include <bsd.port.pre.mk> -.if !(defined(WITH_OPENSSL_BASE) && ${OPSYS} == FreeBSD && ${OSVERSION} < 1000015) +.if !(${SSL_DEFAULT} == base && ${OPSYS} == FreeBSD && ${OSVERSION} < 1000015) PLIST_FILES+= include/microspdy.h \ lib/libmicrospdy.a \ lib/libmicrospdy.so \ diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index bc535ba7035c..6a27e5e1b23f 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 |