diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-07 17:18:40 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-07 17:18:40 +0800 |
commit | 59fe06100b17261b9ac2411c68e6d8b6098a2bf3 (patch) | |
tree | 60afcf1a801b6b01c890e50e397775b9f7136168 /net | |
parent | b0369d401fb3bb1f7251721bc315112e0edcc385 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |