aboutsummaryrefslogtreecommitdiff
path: root/net/click
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2006-11-05 09:51:31 +0000
committerBruce M Simpson <bms@FreeBSD.org>2006-11-05 09:51:31 +0000
commitde8871f814fdf56e95ea45e7cf4dce5a167bf726 (patch)
tree83459f6cf8588ef5e5e8ac5fe522da78c595d199 /net/click
parentd39595d3dabf08026a6505a14c47e954a9ac91e5 (diff)
downloadports-de8871f814fdf56e95ea45e7cf4dce5a167bf726.tar.gz
ports-de8871f814fdf56e95ea45e7cf4dce5a167bf726.zip
Notes
Diffstat (limited to 'net/click')
-rw-r--r--net/click/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/click/Makefile b/net/click/Makefile
index f313ded496db..b9a43e478a48 100644
--- a/net/click/Makefile
+++ b/net/click/Makefile
@@ -110,8 +110,8 @@ PLIST_SUB+= XMLCLICK="@comment "
.if !defined(WITH_USERCLICK)
CONFIGURE_ARGS+= --disable-userlevel
-.else
-MANN+= IPFlowRawSockets.n
+#.else
+#MANN+= IPFlowRawSockets.n
.endif
.if defined(WITH_KERNEL_MODULE)
@@ -120,6 +120,8 @@ IGNORE= kernel source files required
.endif
CONFIGURE_ARGS+= --enable-bsdmodule \
--with-freebsd=${SRC_BASE}/sys,${INC_BASE}
+.else
+CONFIGURE_ARGS+= --disable-bsdmodule
.endif
.if defined(WITH_ANALYSIS_ELEMS)