summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-05-09 10:28:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-05-09 10:28:18 +0000
commit2bb4076fe957c57aaa34a9039a4ee9138cb5b2f6 (patch)
tree9e1dbdd80cf99249d9390a4fc87ec58db86daf50 /security/openssh
parentMade installation friendlier. The different steps involved (diff)
Use crypto.3 as dependeny.
To keep consistent with USE_SSL in bsd.port.mk
Notes
Notes: svn path=/head/; revision=58795
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 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} \