Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:57:37 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: 479b4f979c8d - main - net/tcpflow: Add CPE information
Message-ID:  <202110081157.198BvbWi067778@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=479b4f979c8ddd8ac7932ccd6ec3fa8c86d88d3c

commit 479b4f979c8ddd8ac7932ccd6ec3fa8c86d88d3c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:53:33 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:53:33 +0000

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

diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile
index bfdac006fde3..15643da6f707 100644
--- a/net/tcpflow/Makefile
+++ b/net/tcpflow/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		ssl xorg
+USES=		cpe ssl xorg
 USE_XORG=	pixman
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_lib_md_MD5=no \
@@ -28,6 +28,8 @@ CONFIGURE_ENV=	ac_cv_lib_md_MD5=no \
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
+CPE_VENDOR=	digitalcorpora
+
 PLIST_FILES=	bin/tcpflow man/man1/tcpflow.1.gz
 
 .include <bsd.port.mk>



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