aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-25 21:08:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-25 21:08:19 +0000
commit852df8d980dcf50b5b890e6563ffa1603112490a (patch)
treeee75973c12fa36ac688858503e342fbd007877c0 /net-mgmt
parent3a52a84dfdd501cb66f2df624843c64b410cf56c (diff)
downloadports-852df8d980dcf50b5b890e6563ffa1603112490a.tar.gz
ports-852df8d980dcf50b5b890e6563ffa1603112490a.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nfdump-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/nfdump-devel/Makefile b/net-mgmt/nfdump-devel/Makefile
index 9e213d1cddc8..a6d8b523296e 100644
--- a/net-mgmt/nfdump-devel/Makefile
+++ b/net-mgmt/nfdump-devel/Makefile
@@ -27,6 +27,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_NFDUMP14_SUPPORT)