aboutsummaryrefslogtreecommitdiff
path: root/net/tcpview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpview/Makefile')
-rw-r--r--net/tcpview/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile
index d662abfe72d5..34438b6a31e8 100644
--- a/net/tcpview/Makefile
+++ b/net/tcpview/Makefile
@@ -21,6 +21,11 @@ USE_MOTIF= yes
MAN1= tcpview.1
.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800100
+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}