Drop python27 dependency
This commit is contained in:
parent
1054345211
commit
f15f446bf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523584
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue