diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-02-26 12:56:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-02-26 12:56:41 +0000 |
commit | 89d2c5da0e6c89bb4a7bae405ab2347feafe1a26 (patch) | |
tree | 3cc8567ce7ea5e860b623aa2f14428cfb91f4898 /net-mgmt/fastnetmon/Makefile | |
parent | 9524d003778ec55bc490758f941679bbdadaeae4 (diff) |
Notes
Diffstat (limited to 'net-mgmt/fastnetmon/Makefile')
-rw-r--r-- | net-mgmt/fastnetmon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile index 4179031d8040..fc0e369199a0 100644 --- a/net-mgmt/fastnetmon/Makefile +++ b/net-mgmt/fastnetmon/Makefile @@ -13,8 +13,6 @@ COMMENT= Very fast DDoS analyzer with sflow/netflow/mirror support LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ liblog4cpp.so:devel/log4cpp \ libndpi.so:net/ndpi \ @@ -34,6 +32,9 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/src CMAKE_ARGS+= -DDISABLE_PF_RING_SUPPORT=ON CMAKE_INSTALL_PREFIX= ${PREFIX} +BROKEN_armv6= Does not build: invokes x86 assembler +BROKEN_powerpc64= Does not build + USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DOCS REDIS |