diff options
Diffstat (limited to 'dns/dnsperf/Makefile')
-rw-r--r-- | dns/dnsperf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile index 7476fb23062d..150d9ad7d26a 100644 --- a/dns/dnsperf/Makefile +++ b/dns/dnsperf/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsperf PORTVERSION= 2.0.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns benchmarks net MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 MAINTAINER= hrs@FreeBSD.org COMMENT= Accurate performance metrics of Domain Name Services -BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind98 +BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind910 USES= iconv GNU_CONFIGURE= yes |