diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-07 09:18:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-07 09:18:40 +0000 |
commit | 8345350ec1b7bab9b3afd9dc9c472c7b572f91b1 (patch) | |
tree | 070a49a059aad8f09ca3bf955eab76fa33a0ef16 /net/ntop/Makefile | |
parent | f8020c7a0ac5316a5ed025df9bdb16a1e2360615 (diff) |
Notes
Diffstat (limited to 'net/ntop/Makefile')
-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 |