diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
commit | e51bbb58a4c6768d011c6b5ec5e74fd757f85e57 (patch) | |
tree | 1854068f339c180ccfac6a1304765861eb2e85fc /net/tcpdump | |
parent | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (diff) | |
download | ports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.tar.gz ports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.zip |
Notes
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index d30f09fe33b8..cdb01667eee2 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -31,7 +31,7 @@ SMI_DESC= Allow MIBs to be loaded on the fly USER_DESC= Drop privileges to nobody CHROOT_DESC= Chroot to /var/run/tcpdump (set CHROOTDIR to change) -CRYPTO_USE= OPENSSL=yes +CRYPTO_USES= ssl CRYPTO_CONFIGURE_WITH= crypto IPV6_CONFIGURE_ENABLE= ipv6 SMB_CONFIGURE_ENABLE= smb |