diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-19 17:41:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-19 17:41:49 +0000 |
commit | f15f446bf61b85f3bc860eb1a2cfa70de9fa3e40 (patch) | |
tree | 6e6e61f90460f3dafff1fa650e7b6b1baf99e74f /net | |
parent | 1054345211e8609d92e5d6570a771e98132c10da (diff) | |
download | ports-f15f446bf61b85f3bc860eb1a2cfa70de9fa3e40.tar.gz ports-f15f446bf61b85f3bc860eb1a2cfa70de9fa3e40.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpflow/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 1a13d5ff1092..07dce33dfaeb 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -3,9 +3,9 @@ PORTNAME= tcpflow PORTVERSION= 1.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net -MASTER_SITES= http://digitalcorpora.org/downloads/${PORTNAME}/ +MASTER_SITES= http://downloads.digitalcorpora.org/downloads/${PORTNAME}/ MAINTAINER= antoine@FreeBSD.org COMMENT= Program that captures data transmitted as part of TCP connections @@ -19,12 +19,13 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= python:2.7 ssl xorg +USES= ssl xorg USE_XORG= pixman GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_md_MD5=no \ ac_cv_header_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \ - ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no + ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no \ + ac_cv_header_python2_7_Python_h=no ac_cv_lib_python2_7_Py_Initialize=no CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |