svn commit: r304434 - head/security/bro

Kevin Lo kevlo at FreeBSD.org
Tue Sep 18 07:50:35 UTC 2012


Author: kevlo
Date: Tue Sep 18 07:50:34 2012
New Revision: 304434
URL: http://svn.freebsd.org/changeset/ports/304434

Log:
  - Add missing dependency on bison
  - Bump PORTREVISION
  
  Reported by:	portmgr (linimon)

Modified:
  head/security/bro/Makefile

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Tue Sep 18 07:33:40 2012	(r304433)
+++ head/security/bro/Makefile	Tue Sep 18 07:50:34 2012	(r304434)
@@ -7,13 +7,15 @@
 
 PORTNAME=	bro
 PORTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.bro-ids.org/downloads/archive/
 
 MAINTAINER=	kevlo at 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



More information about the svn-ports-all mailing list