diff options
author | Brian Feldman <green@FreeBSD.org> | 2003-12-17 16:22:31 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2003-12-17 16:22:31 +0000 |
commit | 698af116c8d9a8a6e942f24ff893f42aadc3e983 (patch) | |
tree | e199da1e9803adf1a2f1bb826b1eee9bcf3bcdbd /net/wireshark | |
parent | cd5ea7183cf112dfeca76758abceae121234d107 (diff) |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 066ae7646291..317ad8884863 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -53,5 +53,6 @@ CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp .endif MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1 +MAN4+= ethereal-filter.4 .include <bsd.port.mk> |