diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsperf/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile index afcf36ab0720..37604483d05b 100644 --- a/dns/dnsperf/Makefile +++ b/dns/dnsperf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsperf -# Date created: 1 November 2006 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# +# Created by: Edwin Groothuis (edwin@mavetju.org) # $FreeBSD$ -# PORTNAME= dnsperf PORTVERSION= 1.0.1.0 @@ -17,6 +13,8 @@ COMMENT= DNSPerf and ResPerf deliver accurate performance metrics of Domain Name BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind97 +BROKEN= fails to build + HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} |