diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 08:47:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 08:47:58 +0000 |
commit | 364d3f74cd01be79458e97951dab6591cc0053d5 (patch) | |
tree | d8689b67042fd9dd710f21afb322b767eebfe306 /net | |
parent | c58883fad6984352968e0560a6003eedf8fe3682 (diff) | |
download | ports-364d3f74cd01be79458e97951dab6591cc0053d5.tar.gz ports-364d3f74cd01be79458e97951dab6591cc0053d5.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/balance/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/balance/Makefile b/net/balance/Makefile index bb7d7e8dc0cc..b1536ad91559 100644 --- a/net/balance/Makefile +++ b/net/balance/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= balance MAINTAINER= joseph@randomnetworks.com COMMENT= Simple but powerful generic tcp proxy with round robin features +BROKEN= "Checksum mismatch" + ALL_TARGET= balance USE_REINPLACE= yes |