summaryrefslogtreecommitdiff
path: root/security/fressh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-07 09:18:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-07 09:18:40 +0000
commit8345350ec1b7bab9b3afd9dc9c472c7b572f91b1 (patch)
tree070a49a059aad8f09ca3bf955eab76fa33a0ef16 /security/fressh
parentImproved the download URL. It now directly points to the page (diff)
Chase openssl shlib version increase.
Pointy hat to: dinoex
Notes
Notes: svn path=/head/; revision=58646
Diffstat (limited to 'security/fressh')
-rw-r--r--security/fressh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fressh/Makefile b/security/fressh/Makefile
index bd9b170a8851..862568c0ca4d 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.2:${PORTSDIR}/security/openssl
+LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl
MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
RSAGLUE="${RSAGLUE}"