summaryrefslogtreecommitdiff
path: root/news/suck
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 /news/suck
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 'news/suck')
-rw-r--r--news/suck/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile
index 2faaa61d034d..8a3c01ebfad8 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -38,7 +38,7 @@ USE_OPENSSL= yes
.if ${OSVERSION} < 430000
OPENSSLBASE= /usr/local
OPENSSLDIR= ${OPENSSLBASE}/openssl
-LIB_DEPENDS+= crypto.2:${PORTSDIR}/security/openssl
+LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl
OPENSSLLIB= ${OPENSSLBASE}/lib
OPENSSLINC= ${OPENSSLBASE}/include
.endif