aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/yaf
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 12:41:37 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 12:41:37 +0000
commit9a9183f9af7fd36d16b4246babde9ec2e66e9875 (patch)
tree4a863ad708b719936b70b8d945da38b476bd96e5 /net-mgmt/yaf
parentad42ee0b5ce4891245a696b97b2e6e10038ffa25 (diff)
downloadports-9a9183f9af7fd36d16b4246babde9ec2e66e9875.tar.gz
ports-9a9183f9af7fd36d16b4246babde9ec2e66e9875.zip
net-mgmt/yaf: remove expired optional dependency on net/libp0f
Notes
Notes: svn path=/head/; revision=534080
Diffstat (limited to 'net-mgmt/yaf')
-rw-r--r--net-mgmt/yaf/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-mgmt/yaf/Makefile b/net-mgmt/yaf/Makefile
index 0fc5754629a5..bfbed0961760 100644
--- a/net-mgmt/yaf/Makefile
+++ b/net-mgmt/yaf/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --sysconfdir="${ETCDIR}"
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-OPTIONS_DEFINE= PAYLOAD APPLABEL PLUGIN FPEXPORT ENTROPY MPLS NONIP P0FPRINT IFEXP CMPTIP4 LOCALTIME DNSAUTH DNSNX
+OPTIONS_DEFINE= PAYLOAD APPLABEL PLUGIN FPEXPORT ENTROPY MPLS NONIP IFEXP CMPTIP4 LOCALTIME DNSAUTH DNSNX
OPTIONS_DEFAULT= PAYLOAD APPLABEL PLUGIN ENTROPY
OPTIONS_SUB= yes
@@ -37,7 +37,6 @@ FPEXPORT_DESC= Export of OS fingerprinting information, e.g. p0f.
ENTROPY_DESC= Generate Shannon entropy values of the data stream.
MPLS_DESC= MPLS capture and export
NONIP_DESC= Capture non-IP packets
-P0FPRINT_DESC= Generate p0f O/S fingerprinting.
IFEXP_DESC= Export capture interface for DAG/Napatech/Netronome cards.
CMPTIP4_DESC= Create compact IPv4 output (no IPv6 support).
LOCALTIME_DESC= Allow localtime to be used for command inputs and record printing. Flow records are always in UTC.
@@ -51,7 +50,6 @@ FPEXPORT_CONFIGURE_ENABLE= fpexporter
ENTROPY_CONFIGURE_ENABLE= entropy
MPLS_CONFIGURE_ENABLE= mpls
NONIP_CONFIGURE_ENABLE= nonip
-P0FPRINT_CONFIGURE_ENABLE= p0fprinter
IFEXP_CONFIGURE_ENABLE= interface
CMPTIP4_CONFIGURE_ENABLE= compact-ip4
LOCALTIME_CONFIGURE_ENABLE= localtime
@@ -62,11 +60,8 @@ APPLABEL_IMPLIES= PAYLOAD
DNSAUTH_IMPLIES= PLUGIN APPLABEL
DNSNX_IMPLIES= PLUGIN APPLABEL
ENTROPY_IMPLIES= PAYLOAD
-P0FPRINT_IMPLIES= APPLABEL
NONIP_IMPLIES= MPLS
-P0FPRINT_LIB_DEPENDS= libp0f.so:net/libp0f
-
.include <bsd.port.options.mk>
.if defined(WITH_DAG)