aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpflow
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:53:33 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:53:33 +0000
commit479b4f979c8ddd8ac7932ccd6ec3fa8c86d88d3c (patch)
tree390d17c75a91adc702c368e47521f3cbb8dff091 /net/tcpflow
parentdcbb6972493d69dcd1359d7cc59181d3a8471ff2 (diff)
net/tcpflow: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'net/tcpflow')
-rw-r--r--net/tcpflow/Makefile4
1 files changed, 3 insertions, 1 deletions
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>