summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-04-09 06:22:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-04-09 06:22:08 +0000
commitdacacad24109fe5da74124fcef6f9aab5ae46160 (patch)
tree85fbb23d9626d5ebca9471475c0cbdef9b7e5e92 /security
parentAdd an entry for misc/metatheme2. (diff)
- Fix check for dynamic root.
PR: 65346 Submitted by: edwin
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 1ed2325517fe..8ba651d0bcc7 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -862,7 +862,7 @@ INSTALLS_SHLIB= yes
.endif
.if defined(OPENSSL_OVERWRITE_BASE)
-.if exists(/lib/libcrypto.so)
+.if exists(/lib/libcrypto.so) || exists(/lib/libcrypto.so.3)
pre-everything::
@${ECHO_CMD} "#"
@${ECHO_CMD} "# this ports does not support the dynamic root"