diff options
Diffstat (limited to 'dns/dnsperf/Makefile')
-rw-r--r-- | dns/dnsperf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile index bc33debd2ab7..6831fa1eab8d 100644 --- a/dns/dnsperf/Makefile +++ b/dns/dnsperf/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsperf PORTVERSION= 2.1.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 @@ -13,8 +13,6 @@ COMMENT= Performance measurement of Domain Name System (DNS) servers LICENSE= ISCL -BROKEN= fails to build - BUILD_DEPENDS= isc-config.sh:dns/bind912 LIB_DEPENDS= liblmdb.so:databases/lmdb \ libjson-c.so:devel/json-c |