1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/tcpflow: Add CPE information

Approved by:    portmgr (blanket)
This commit is contained in:
Bernhard Froehlich 2021-10-08 11:53:33 +00:00
parent dcbb697249
commit 479b4f979c

View File

@ -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>