diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2014-10-01 19:39:08 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-10-01 19:39:08 +0000 |
commit | dc286a30a30ddc2b2b9301c30859e772a8475964 (patch) | |
tree | 8b2316653cb14888f5f9d52b838e8ae3ca62e521 /dns | |
parent | 55d1638c273eeb3b01deb93db6acc9eb78f4e292 (diff) | |
download | ports-dc286a30a30ddc2b2b9301c30859e772a8475964.tar.gz ports-dc286a30a30ddc2b2b9301c30859e772a8475964.zip |
Notes
Diffstat (limited to 'dns')
-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 |