diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-05-23 02:47:02 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-05-23 02:47:02 +0000 |
commit | 44e687d0d7ea07eeb9179eced47aea7d5ab9d7fe (patch) | |
tree | fc76a8f24b4476b6a1da30685d944db1d1476fac /Mk | |
parent | Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2 (diff) |
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 f8036a16de60..abe70033d003 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 |