aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/libbind/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile
index 2d61f69a1965..6316978b7245 100644
--- a/dns/libbind/Makefile
+++ b/dns/libbind/Makefile
@@ -27,6 +27,10 @@ OPTIONS= IPV6 "Compile with IPv6 support" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.else