aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-03-18 04:38:28 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-03-18 04:38:28 +0000
commit1c07236c6afff61beca6c69bbe79a39da1cedae2 (patch)
tree6a5494282952650106cadbcb322ef4c18ad85108 /dns
parent60b246b60f2740782ef6724c8d5a02635d18f950 (diff)
downloadports-1c07236c6afff61beca6c69bbe79a39da1cedae2.tar.gz
ports-1c07236c6afff61beca6c69bbe79a39da1cedae2.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/unbound/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index ea2d2fa415a1..09e835a2e45d 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -38,6 +38,10 @@ OPTIONS= LIBEVENT "is useful when using many (10000) outgoing ports" off \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000
+BROKEN= Does not build on sparc64-6
+.endif
+
.if defined(WITH_LIBEVENT)
LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS+= --with-libevent=${LOCALBASE}