aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-09-18 15:50:34 +0800
committerkevlo <kevlo@FreeBSD.org>2012-09-18 15:50:34 +0800
commitd2d46bd8917e9737cd84f32156edee191534b17a (patch)
tree5970a8023eabb4c6b1edb368d4b0856866a88ea7 /security
parentc7e56ede09d66d3f2dacee148d4880f81873c39c (diff)
downloadfreebsd-ports-gnome-d2d46bd8917e9737cd84f32156edee191534b17a.tar.gz
freebsd-ports-gnome-d2d46bd8917e9737cd84f32156edee191534b17a.tar.zst
freebsd-ports-gnome-d2d46bd8917e9737cd84f32156edee191534b17a.zip
- Add missing dependency on bison
- Bump PORTREVISION Reported by: portmgr (linimon)
Diffstat (limited to 'security')
-rw-r--r--security/bro/Makefile5
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