diff options
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 700cd88aaf1a..e9d89a9c8e61 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> -.if defined(WITH_OPENSSL_PORT) +.if ${SSL_DEFAULT} != base CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif |