diff options
author | pav <pav@FreeBSD.org> | 2005-09-02 16:01:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-02 16:01:07 +0800 |
commit | 3e150172a28ed0d7a9c85eda08a1786aaef803bd (patch) | |
tree | 56489423cbd7228f3d30485d0d46a600598651e7 /security | |
parent | 1d1aa4a76e4e75f1b20956a36dfa43f09c968a07 (diff) | |
download | freebsd-ports-gnome-3e150172a28ed0d7a9c85eda08a1786aaef803bd.tar.gz freebsd-ports-gnome-3e150172a28ed0d7a9c85eda08a1786aaef803bd.tar.zst freebsd-ports-gnome-3e150172a28ed0d7a9c85eda08a1786aaef803bd.zip |
- Switch bison dependency to bison175 port
Diffstat (limited to 'security')
-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: |