summaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnsutl/Makefile')
-rw-r--r--dns/dnsutl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile
index 621fb20145ae..e15c38715524 100644
--- a/dns/dnsutl/Makefile
+++ b/dns/dnsutl/Makefile
@@ -24,4 +24,10 @@ MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
dns-hosts-import.1 dns-hosts.1 dns-license.1 \
dns-ng.1 dns-rev.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 501000
+BROKEN= "Does not build"
+.endif
+
+.include <bsd.port.post.mk>