aboutsummaryrefslogtreecommitdiff
path: root/net/ntop
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 /net/ntop
parentf8020c7a0ac5316a5ed025df9bdb16a1e2360615 (diff)
downloadports-8345350ec1b7bab9b3afd9dc9c472c7b572f91b1.tar.gz
ports-8345350ec1b7bab9b3afd9dc9c472c7b572f91b1.zip
Chase openssl shlib version increase.
Pointy hat to: dinoex
Notes
Notes: svn path=/head/; revision=58646
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index acc2c8210dd3..d1d6380731c5 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --enable-tcpwrap
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400014
-LIB_DEPENDS+= ssl.2:${PORTSDIR}/security/openssl
+LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl
CONFIGURE_ARGS+= --with-ossl-root=${LOCALBASE}
.endif