diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-07 09:18:40 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-07 09:18:40 +0000 |
commit | 59fe06100b17261b9ac2411c68e6d8b6098a2bf3 (patch) | |
tree | 60afcf1a801b6b01c890e50e397775b9f7136168 /security/openssh | |
parent | b0369d401fb3bb1f7251721bc315112e0edcc385 (diff) | |
download | FreeBSD-ports-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.zip FreeBSD-ports-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.tar.gz |
Chase openssl shlib version increase.
Pointy hat to: dinoex
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index a449e9b..5f7db39 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} \ |