diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-07 17:18:40 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-07 17:18:40 +0800 |
commit | 59fe06100b17261b9ac2411c68e6d8b6098a2bf3 (patch) | |
tree | 60afcf1a801b6b01c890e50e397775b9f7136168 /security/openssh-portable/Makefile | |
parent | b0369d401fb3bb1f7251721bc315112e0edcc385 (diff) | |
download | freebsd-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/Makefile | 2 |
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} \ |