diff options
author | dougb <dougb@FreeBSD.org> | 2001-05-23 02:47:02 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-05-23 02:47:02 +0000 |
commit | ce1e2ba4d50737505ee3608a0960dd0162702da8 (patch) | |
tree | 187f3eb36f8304572b69af78ccb5890bce3d215d /Mk | |
parent | 33d20c6ae86f0ab85d600e154ac54a0064c88467 (diff) | |
download | FreeBSD-ports-ce1e2ba4d50737505ee3608a0960dd0162702da8.zip FreeBSD-ports-ce1e2ba4d50737505ee3608a0960dd0162702da8.tar.gz |
Upgrade openssl to 0.9.6a and bump the shlib version in the process
due to non-backwards compatible changes. The shlib bump necessitates
a corresponding bump in bsd.port.mk for the automagic openssl
dependency. Mistakes in the port are my responsibility. Approval for
the bsd.port.mk commit comes through asami -> kkenn -> me. Kris is
a little busy at the moment, so he asked me to lob it in.
Approved by: kris
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f8036a1..abe7003 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -677,7 +677,7 @@ MAKE_ARGS+= OPENSSL_CFLAGS="${OPENSSL_CFLAGS}" .endif .endif .else -LIB_DEPENDS+= crypto.1:${PORTSDIR}/security/openssl +LIB_DEPENDS+= crypto.2:${PORTSDIR}/security/openssl OPENSSLBASE?= ${LOCALBASE} OPENSSLDIR?= ${OPENSSLBASE}/openssl .endif |