diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-27 08:20:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-27 08:20:58 +0000 |
commit | 7622d9f86f71948674fb295bf1fea776612848ea (patch) | |
tree | 153192fea06e4f74c284ab1096639e5e07ac2f56 /dns/dnsperf | |
parent | baa44623f2f0390696920fd1e9db299c63545256 (diff) | |
download | ports-7622d9f86f71948674fb295bf1fea776612848ea.tar.gz ports-7622d9f86f71948674fb295bf1fea776612848ea.zip |
Notes
Diffstat (limited to 'dns/dnsperf')
-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} |