summaryrefslogtreecommitdiffstats
path: root/security/bro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/bro/Makefile')
-rw-r--r--security/bro/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index efdc807..c4b6be8 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -137,8 +137,8 @@ CMAKE_ARGS+= -D CMAKE_EXE_LINKER_FLAGS="${OPENSSL_LDFLAGS}"
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcrypto.so:security/openssl
RUN_DEPENDS+= ${LOCALBASE}/lib/libcrypto.so:security/openssl
.else
-.if defined(WITH_OPENSSL_PORT)
-IGNORE= the SSL option is requred when WITH_OPENSSL_PORT is enabled
+.if ${SSL_DEFAULT} != base
+IGNORE= the SSL option is requred when using SSL from ports
.endif
.endif
OpenPOWER on IntegriCloud