diff options
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 255141a1447a..1f259a755507 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -3,6 +3,7 @@ PORTNAME= bro PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.bro.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -14,11 +15,6 @@ LICENSE= BSD3CLAUSE BROKEN_powerpc64= Does not build: error: zero-size array 'names' -LIB_DEPENDS= libGeoIP.so:net/GeoIP - -DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -EXPIRATION_DATE=2019-02-15 - USES= bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl CMAKE_ARGS+= -DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD} |