Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 11:57:28 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b3fad770c19 - main - net/libpcap: Add CPE information
Message-ID:  <202109111157.18BBvS9I083264@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b3fad770c19e4ffe5cd5f7a46235ce917c8adbc

commit 6b3fad770c19e4ffe5cd5f7a46235ce917c8adbc
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-11 11:45:42 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-11 11:45:42 +0000

    net/libpcap: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/libpcap/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index d4dfa320f546..393128878838 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -12,7 +12,9 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
 
-USES=		bison gmake
+USES=		bison cpe gmake
+
+CPE_VENDOR=	tcpdump
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109111157.18BBvS9I083264>