diff options
author | cy <cy@FreeBSD.org> | 2016-04-24 06:48:24 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-04-24 06:48:24 +0800 |
commit | b6ae20adf6fb12c421e9354e4aaa8e70f33ee69a (patch) | |
tree | a7e07448a613433d12fb7db3cfc63687d0c91172 /security | |
parent | 7a4ef7116d6ea6626fb8334a790c023219a9768b (diff) | |
download | freebsd-ports-gnome-b6ae20adf6fb12c421e9354e4aaa8e70f33ee69a.tar.gz freebsd-ports-gnome-b6ae20adf6fb12c421e9354e4aaa8e70f33ee69a.tar.zst freebsd-ports-gnome-b6ae20adf6fb12c421e9354e4aaa8e70f33ee69a.zip |
Document build failure under FreeBSD-9 due to outdated flex.
Diffstat (limited to 'security')
-rw-r--r-- | security/fwlogwatch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index fa1869620cfb..75b16257139d 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://fwlogwatch.inside-security.de/sw/ MAINTAINER= cy@FreeBSD.org COMMENT= Packet filter and firewall log analyzer +BROKEN_FreeBSD_9= Fails to build due to outdated flex + USES= gettext tar:bzip2 MAKE_ENV= MKDIR="${MKDIR}" INSTALL_TARGET= install install-config install-i18n |