From a7ad4c10fa976cd4ebbf35e4a463a8bffa4d87e0 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 28 May 2001 12:39:02 +0000 Subject: [PATCH] Update version number of ssl shared library from openssl port. --- mail/qpopper/Makefile | 2 +- security/fressh/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index ff8194fddbc9..f2697bc9c38a 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -81,7 +81,7 @@ EPOPPASSD= "@comment " .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) CONFIGURE_ARGS+= --with-openssl=/usr .elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) -LIB_DEPENDS+= ssl.1:${PORTSDIR}/security/openssl +LIB_DEPENDS+= ssl.2:${PORTSDIR}/security/openssl CONFIGURE_ARGS+= -with-includes=${LOCALBASE}/include/openssl --with-openssl=${LOCALBASE} CONFIGURE_ENV+= RSAGLUE="${RSAGLUE}" .if exists(${LOCALBASE}/lib/librsaref.a) diff --git a/security/fressh/Makefile b/security/fressh/Makefile index 17d92e64aa16..bd9b170a8851 100644 --- a/security/fressh/Makefile +++ b/security/fressh/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes .if !exists(/usr/lib/libssl.a) || !exists(/usr/lib/libcrypto.a) .if exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) -LIB_DEPENDS+= ssl.1:${PORTSDIR}/security/openssl +LIB_DEPENDS+= ssl.2:${PORTSDIR}/security/openssl MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ RSAGLUE="${RSAGLUE}"