diff options
-rw-r--r-- | net-mgmt/fastnetmon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile index 824ebe8cf762..ad183a07bb72 100644 --- a/net-mgmt/fastnetmon/Makefile +++ b/net-mgmt/fastnetmon/Makefile @@ -42,7 +42,8 @@ PORTDOCS= * CFLAGS_i386= -march=i586 CMAKE_SOURCE_PATH= ${WRKSRC}/src -CMAKE_ARGS+= -DDISABLE_PF_RING_SUPPORT=ON +CMAKE_ARGS+= -DDISABLE_PF_RING_SUPPORT=ON \ + -DENABLE_NETMAP_SUPPORT=OFF CMAKE_INSTALL_PREFIX= ${PREFIX} post-patch: |