diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-05-09 10:28:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-05-09 10:28:18 +0000 |
commit | 2bb4076fe957c57aaa34a9039a4ee9138cb5b2f6 (patch) | |
tree | 9e1dbdd80cf99249d9390a4fc87ec58db86daf50 /security/openssh | |
parent | 21eac47df4d260244808b0d1b587af12a5e47527 (diff) | |
download | ports-2bb4076fe957c57aaa34a9039a4ee9138cb5b2f6.tar.gz ports-2bb4076fe957c57aaa34a9039a4ee9138cb5b2f6.zip |
Notes
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 5f7db3968b88..a449e9bb666d 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+= ssl.3:${PORTSDIR}/security/openssl +LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl OPENSSLLIB= ${OPENSSLBASE}/lib OPENSSLINC= ${OPENSSLBASE}/include MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ |