From 16d38211646977196d6f06a707c40d3f6a6446cf Mon Sep 17 00:00:00 2001 From: Kelly Yancey Date: Mon, 19 May 2003 22:57:59 +0000 Subject: * Mark as broken with ipfw2. * Resign my maintainship of this port. Spotted by: Munish Chopra , kris --- net-mgmt/sting/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-mgmt/sting') diff --git a/net-mgmt/sting/Makefile b/net-mgmt/sting/Makefile index c806e7fccc55..ac53a487d007 100644 --- a/net-mgmt/sting/Makefile +++ b/net-mgmt/sting/Makefile @@ -11,13 +11,13 @@ CATEGORIES= net MASTER_SITES= http://www.cs.washington.edu/homes/savage/sting/ DISTNAME= sting -MAINTAINER= kbyanc@posi.net +MAINTAINER= ports@FreeBSD.org COMMENT= A tool that measures end-to-end TCP connection characteristics .include -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +.if ${OSVERSION} >= 500113 || defined(IPFW2) +BROKEN= "Does not work with ipfw2" .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -- cgit v1.2.3