diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-27 16:20:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-27 16:20:58 +0800 |
commit | 165d9d87bc662b43b7c422b38b85b2e5450e592a (patch) | |
tree | 153192fea06e4f74c284ab1096639e5e07ac2f56 /dns | |
parent | d156905cbbf851afcfb86a8f854b49a58fadc000 (diff) | |
download | freebsd-ports-gnome-165d9d87bc662b43b7c422b38b85b2e5450e592a.tar.gz freebsd-ports-gnome-165d9d87bc662b43b7c422b38b85b2e5450e592a.tar.zst freebsd-ports-gnome-165d9d87bc662b43b7c422b38b85b2e5450e592a.zip |
- Mark broken
- While here trim header
Reported by: pointyhat
Diffstat (limited to 'dns')
-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} |