diff options
-rw-r--r-- | net-mgmt/sting/Makefile | 6 | ||||
-rw-r--r-- | net/sting/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/sting/Makefile b/net-mgmt/sting/Makefile index c806e7fccc5..ac53a487d00 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 <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +.if ${OSVERSION} >= 500113 || defined(IPFW2) +BROKEN= "Does not work with ipfw2" .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/net/sting/Makefile b/net/sting/Makefile index c806e7fccc5..ac53a487d00 100644 --- a/net/sting/Makefile +++ b/net/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 <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +.if ${OSVERSION} >= 500113 || defined(IPFW2) +BROKEN= "Does not work with ipfw2" .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |