diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-02 08:01:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-02 08:01:07 +0000 |
commit | a895ae4dabf6c08b92690315034fcb431656c86c (patch) | |
tree | f0a82f9b441360cc335239d5680d4ff146ea2836 /security/bro | |
parent | d13144546a378404a7ddfeae29d6b2df99e64c87 (diff) |
Notes
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 889d92229ff5..e3753aaa53ec 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-pub-${PORTVERSION}a37 MAINTAINER= ports@FreeBSD.org COMMENT= System for detecting Network Intruders in real-time +BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison175 + WRKSRC= ${WRKDIR}/${PORTNAME}-pub-${PORTVERSION}a37 USE_REINPLACE= yes @@ -23,7 +25,6 @@ GNU_CONFIGURE= yes MAKE_ENV+= CC="${CC}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --libdir=${PREFIX}/share -USE_BISON= yes USE_PERL5= yes post-extract: |