diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-11 21:41:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-11 21:41:43 +0000 |
commit | 3c120d6379d5e9488ca73bc85875772d6ce16890 (patch) | |
tree | 4b006bca45c77f2cdca9293b459fd1fc6ca3d472 /net-mgmt | |
parent | 0009ed0b6a1b84881dab8061a0531062c41970e4 (diff) |
- Mark BROKEN on 6.X: does not configure
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=256410
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nfdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nfdump/Makefile b/net-mgmt/nfdump/Makefile index 78e50c8b4883..7124502560e4 100644 --- a/net-mgmt/nfdump/Makefile +++ b/net-mgmt/nfdump/Makefile @@ -24,7 +24,7 @@ OPTIONS= FT2NFDUMP "With Flow-tools to nfdump converter" off \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 -#BROKEN= does not configure on 6.X +BROKEN= does not configure on 6.X .endif #for compatibility |