diff options
Diffstat (limited to 'net-mgmt/cflowd')
-rw-r--r-- | net-mgmt/cflowd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index 5b6ccd645745..2b09c3413496 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -37,6 +37,10 @@ PATCH_SITES+= http://net.doit.wisc.edu/~plonka/cflowd/ PATCHFILES+= cflowd-${PORTVERSION:S|.|-|g}-djp.patch .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile +.endif + post-extract: ${CHMOD} -R u+w ${WRKSRC} |