diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 334f7124c278..fd9b82fd6e70 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -7,13 +7,15 @@ PORTNAME= bro PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.bro-ids.org/downloads/archive/ MAINTAINER= kevlo@FreeBSD.org COMMENT= System for detecting Network Intruders in real-time -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ + swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP USE_CMAKE= yes @@ -21,7 +23,6 @@ CONFIGURE_WRKSRC= ${WRKSRC}/build BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} - OPTIONS_DEFINE= IPV6 LBL_HF LBL_CF ASSERT OPTIONS_DEFAULT= LBL_HF LBL_CF LBL_HF_DESC= Address to hostname filter support |