diff options
Diffstat (limited to 'devel/thrift-cpp/Makefile')
-rw-r--r-- | devel/thrift-cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index 921af9910cd4..68e9d49d69f3 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= \ .include <bsd.port.pre.mk> -.if !defined(WITH_OPENSSL_PORT) && \ +.if ${SSL_DEFAULT} == base && \ ${OPSYS} == FreeBSD && ${OSVERSION} < 1000015 # src/thrift/transport/TSSLSocket.cpp:147: error: 'TLSv1_1_method' was not declared in this scope # src/thrift/transport/TSSLSocket.cpp:149: error: 'TLSv1_2_method' was not declared in this scope |