aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-07 17:18:40 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-07 17:18:40 +0800
commit59fe06100b17261b9ac2411c68e6d8b6098a2bf3 (patch)
tree60afcf1a801b6b01c890e50e397775b9f7136168 /net
parentb0369d401fb3bb1f7251721bc315112e0edcc385 (diff)
downloadfreebsd-ports-gnome-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.tar.gz
freebsd-ports-gnome-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.tar.zst
freebsd-ports-gnome-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.zip
Chase openssl shlib version increase.
Pointy hat to: dinoex
Diffstat (limited to 'net')
-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