git: 075a80dfc956 - main - net/libnet: Cosmetic change
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 19 06:07:06 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=075a80dfc956c175175380f8ef58f21b59abd82d
commit 075a80dfc956c175175380f8ef58f21b59abd82d
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:28:05 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 05:59:49 +0000
net/libnet: Cosmetic change
---
net/libnet/Makefile | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/net/libnet/Makefile b/net/libnet/Makefile
index 248711631940..ceaa5241f6dd 100644
--- a/net/libnet/Makefile
+++ b/net/libnet/Makefile
@@ -13,21 +13,23 @@ COMMENT= C library for creating IP packets
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/doc/COPYING
-OPTIONS_DEFINE= BPF DOCS EXAMPLES
-OPTIONS_DEFAULT=BPF
-BPF_DESC= link layer bpf
+USES= cpe libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_CSTD= gnu89
USE_LDCONFIG= yes
-USES= cpe libtool
-CPE_VENDOR= libnet_project
DOCS= CHANGELOG CONTRIB DESIGN_NOTES MIGRATION PACKET_BUILDING PORTED RAWSOCKET_NON_SEQUITUR README TODO
PORTDOCS= *
PORTEXAMPLES= *
+CPE_VENDOR= libnet_project
+
+OPTIONS_DEFINE= BPF DOCS EXAMPLES
+OPTIONS_DEFAULT=BPF
+BPF_DESC= link layer bpf
+
BPF_CONFIGURE_OFF= --with-link-layer=none
BPF_CONFIGURE_ON= --with-link-layer=bpf
More information about the dev-commits-ports-all
mailing list