aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
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/openssl
parent87085445d87f9e203cc33391a141d3db650999b7 (diff)
downloadports-dacacad24109fe5da74124fcef6f9aab5ae46160.tar.gz
ports-dacacad24109fe5da74124fcef6f9aab5ae46160.zip
Notes
Diffstat (limited to 'security/openssl')
-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"