summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index a00a8773b683..9df343a05971 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -88,7 +88,7 @@ SCTP_CONFIGURE_OFF= no-sctp
SHARED_CONFIGURE_ON= shared
SHARED_MAKE_ENV= SHLIBVER=${OPENSSL_SHLIBVER}
SHARED_PLIST_SUB= SHLIBVER=${OPENSSL_SHLIBVER}
-SHARED_USE= ldconfig
+SHARED_USE= ldconfig=yes
SSE2_CONFIGURE_OFF= no-sse2
SSL2_CONFIGURE_ON= enable-ssl2
SSL2_CONFIGURE_OFF= no-ssl2