diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-12-01 09:14:03 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-12-01 09:14:03 +0800 |
commit | 2b4bcb4479edb31805aef60045ab1a30104d7fd1 (patch) | |
tree | 1b9647284876bf95dd543f8ff25319ff1d4545e1 /dns | |
parent | 97df2c5cf006e3fa0adc75bd2dcebd89de0bba7d (diff) | |
download | freebsd-ports-gnome-2b4bcb4479edb31805aef60045ab1a30104d7fd1.tar.gz freebsd-ports-gnome-2b4bcb4479edb31805aef60045ab1a30104d7fd1.tar.zst freebsd-ports-gnome-2b4bcb4479edb31805aef60045ab1a30104d7fd1.zip |
Fix build by referring to the most recent version of BIND, instead
of the long-EOL and now-removed one. :)
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 451fda11bbf8..afcf36ab0720 100644 --- a/dns/dnsperf/Makefile +++ b/dns/dnsperf/Makefile @@ -7,7 +7,7 @@ PORTNAME= dnsperf PORTVERSION= 1.0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns benchmarks net MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 MAINTAINER= edwin@mavetju.org COMMENT= DNSPerf and ResPerf deliver accurate performance metrics of Domain Name Services -BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind9 +BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind97 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} |