aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-07 17:18:40 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-07 17:18:40 +0800
commit59fe06100b17261b9ac2411c68e6d8b6098a2bf3 (patch)
tree60afcf1a801b6b01c890e50e397775b9f7136168 /security/openssh-portable/Makefile
parentb0369d401fb3bb1f7251721bc315112e0edcc385 (diff)
downloadfreebsd-ports-gnome-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.tar.gz
freebsd-ports-gnome-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.tar.zst
freebsd-ports-gnome-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.zip
Chase openssl shlib version increase.
Pointy hat to: dinoex
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index ca1133761e69..207cee2ee151 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -86,7 +86,7 @@ post-install:
.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} \