aboutsummaryrefslogtreecommitdiff
path: root/net/libnet
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-07-08 16:51:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-07-08 16:51:29 +0000
commit6ebcf86c50951895fea91896f3500498b4a706f6 (patch)
treef3f889dc1babf02d4e2cef60dc95727ddc8178ba /net/libnet
parent93bfdd66d037639dcbb414822978a9429953e02c (diff)
downloadports-6ebcf86c50951895fea91896f3500498b4a706f6.tar.gz
ports-6ebcf86c50951895fea91896f3500498b4a706f6.zip
- recover lost description for option BPF
Submitted by: Wesley Shields
Notes
Notes: svn path=/head/; revision=322516
Diffstat (limited to 'net/libnet')
-rw-r--r--net/libnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile
index 82a0f7fef43e..2ba48e1c2b23 100644
--- a/net/libnet/Makefile
+++ b/net/libnet/Makefile
@@ -36,7 +36,7 @@ EXAMPLES= sample/*.c
OPTIONS_DEFINE= EXAMPLES DOCS BPF
OPTIONS_DEFAULT= BPF
-PF_DESC= link layer pf
+BPF_DESC= link layer bpf
.include <bsd.port.options.mk>