aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>