aboutsummaryrefslogtreecommitdiff
path: root/security/bro
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-05-16 21:05:08 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-05-16 21:05:08 +0000
commit870fa73e3df0249af54e1b520a7408243ac5eca9 (patch)
treeb6e9325452a7e6b186a06b4f691c416884733a19 /security/bro
parent2bdd3f99ef53ae88dad608aad50f9b8fc5e948a3 (diff)
downloadports-870fa73e3df0249af54e1b520a7408243ac5eca9.tar.gz
ports-870fa73e3df0249af54e1b520a7408243ac5eca9.zip
Notes
Diffstat (limited to 'security/bro')
-rw-r--r--security/bro/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index 061a2bbd1ddc..3fa125195e32 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bro
PORTVERSION= 2.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.bro.org/downloads/release/
@@ -18,11 +18,13 @@ LIB_DEPENDS= libGeoIP.so:net/GeoIP
BROKEN_powerpc64= Does not build: error: zero-size array 'names'
-USES= cmake:outsource compiler:c++11-lang perl5 python ssl
+USES= cmake:outsource compiler:c++11-lang perl5 python shebangfix ssl
CMAKE_ARGS+= -D PYTHON_EXECUTABLE:PATH=${PYTHON_CMD}
CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic
+SHEBANG_FILES= aux/broctl/aux/trace-summary/trace-summary
+
SUB_FILES= pkg-message
NO_MTREE= yes