git: 479b4f979c8d - main - net/tcpflow: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:57:37 UTC
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>