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/hpn-ssh | |
parent | Made 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/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 207cee2ee151..ca1133761e69 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -86,7 +86,7 @@ post-install: .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} \ |