diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-09 06:22:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-09 06:22:08 +0000 |
commit | dacacad24109fe5da74124fcef6f9aab5ae46160 (patch) | |
tree | 85fbb23d9626d5ebca9471475c0cbdef9b7e5e92 /security/openssl | |
parent | 87085445d87f9e203cc33391a141d3db650999b7 (diff) | |
download | ports-dacacad24109fe5da74124fcef6f9aab5ae46160.tar.gz ports-dacacad24109fe5da74124fcef6f9aab5ae46160.zip |
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 2 |
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" |