aboutsummaryrefslogtreecommitdiff
path: root/net/tcpview
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:16:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:16:23 +0000
commit3f10d7d21e72fd9627e0c990641735ba4898e24f (patch)
treeb11edf5e571187a7f47a1feb1c4132f0fd070415 /net/tcpview
parenta37447812bc2f210f7996db509d6f756b7072d93 (diff)
downloadports-3f10d7d21e72fd9627e0c990641735ba4898e24f.tar.gz
ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.zip
Notes
Diffstat (limited to 'net/tcpview')
-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}