diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-15 11:16:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-15 11:16:16 +0800 |
commit | 9c9d877f102dd051c71d5f3d06ab32f05e48610a (patch) | |
tree | 9946894bafa4806fd7a64cad712f03cf8997b219 /net/scapy | |
parent | 94db909ebd546ef070619c203e3687181cca953c (diff) | |
download | freebsd-ports-gnome-9c9d877f102dd051c71d5f3d06ab32f05e48610a.tar.gz freebsd-ports-gnome-9c9d877f102dd051c71d5f3d06ab32f05e48610a.tar.zst freebsd-ports-gnome-9c9d877f102dd051c71d5f3d06ab32f05e48610a.zip |
- Fix typo
PR: 191026
Diffstat (limited to 'net/scapy')
-rw-r--r-- | net/scapy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/scapy/Makefile b/net/scapy/Makefile index 4b90c5dce0e3..569f66910a82 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -17,7 +17,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -OPTIONS_DEFINE= PYX PYCRYPTO PYGNUPLOT GRAPH P0F_BASE QUESO_BASE MMAP MANUF +OPTIONS_DEFINE= PYX PYCRYPTO PYGNUPLOT GRAPH P0F_BASE QUESO_BASE NMAP MANUF PYX_DESC= PostScript and PDF graphs drawing PYCRYPTO_DESC= Use py-crypto for WEP decoding PYGNUPLOT_DESC= Use py-gnuplot wrapper to plot graphs |