aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nfdump
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-24 23:30:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-24 23:30:51 +0000
commit8280af76737883259c858827553377d66cad0e92 (patch)
tree8488e01f948a31056f79274977e39ed4a039ff5a /net-mgmt/nfdump
parent0c3dfc0e14711dfe25151ec6558b40ebeb6775de (diff)
downloadports-8280af76737883259c858827553377d66cad0e92.tar.gz
ports-8280af76737883259c858827553377d66cad0e92.zip
Notes
Diffstat (limited to 'net-mgmt/nfdump')
-rw-r--r--net-mgmt/nfdump/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/nfdump/Makefile b/net-mgmt/nfdump/Makefile
index 5fa51e3cb7e0..303d41367730 100644
--- a/net-mgmt/nfdump/Makefile
+++ b/net-mgmt/nfdump/Makefile
@@ -24,6 +24,10 @@ OPTIONS= FT2NFDUMP "With Flow-tools to nfdump converter" off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on 6.X
+.endif
+
#for compatibility
#
.ifndef(WITHOUT_NFDUMP15_SUPPORT)