diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 02:26:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 02:26:47 +0000 |
commit | 73f86248bd7ce88d58060cf621b9d29042826aa6 (patch) | |
tree | fb4cf443300cde8186ddf6c943f98d6e3d8a1ebb /net/tcpview | |
parent | 8431636b7ccbd518acde913ee6432450ec082499 (diff) |
Notes
Diffstat (limited to 'net/tcpview')
-rw-r--r-- | net/tcpview/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile index 884349416d16..7f22c93f0935 100644 --- a/net/tcpview/Makefile +++ b/net/tcpview/Makefile @@ -22,6 +22,10 @@ MAN1= tcpview.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + post-patch: .for f in nametoaddr.c addrtoname.c print-nfs.c detail-tcp.c tv_addrtoname.c @${REINPLACE_CMD} -e 's/NTOHL/ntohl/ ; s/NTOHS/ntohs/' ${WRKSRC}/${f} |