diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-23 20:08:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-23 20:08:01 +0000 |
commit | bf4fe12039d711732dceb6360c3abe649afd753c (patch) | |
tree | 88492161e4310730e8a7db9f5555f35b5b38dc8b /net-mgmt/cflowd | |
parent | 398656b2146009ca383dc634783acadf633a8ba6 (diff) |
Notes
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} |