summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-07 09:18:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-07 09:18:40 +0000
commit8345350ec1b7bab9b3afd9dc9c472c7b572f91b1 (patch)
tree070a49a059aad8f09ca3bf955eab76fa33a0ef16 /security/openssh
parentImproved the download URL. It now directly points to the page (diff)
Chase openssl shlib version increase.
Pointy hat to: dinoex
Notes
Notes: svn path=/head/; revision=58646
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index a449e9bb666d..5f7db3968b88 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -35,7 +35,7 @@ FIXME= lib/Makefile scp/Makefile sftp/Makefile sftp-server/Makefile \
.if ${OSVERSION} < 430000 || exists(${LOCALBASE}/lib/libcrypto.so.3)
OPENSSLBASE= ${LOCALBASE}
OPENSSLDIR= ${OPENSSLBASE}/openssl
-LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl
+LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl
OPENSSLLIB= ${OPENSSLBASE}/lib
OPENSSLINC= ${OPENSSLBASE}/include
MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \