diff options
Diffstat (limited to 'security/bro/Makefile')
-rw-r--r-- | security/bro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 863dcfd53d0d..061a2bbd1ddc 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -12,12 +12,12 @@ COMMENT= System for detecting network intruders in real-time LICENSE= BSD3CLAUSE -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${LOCALBASE}/bin/bison:devel/bison \ ${LOCALBASE}/bin/swig:devel/swig13 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 CMAKE_ARGS+= -D PYTHON_EXECUTABLE:PATH=${PYTHON_CMD} |