summaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-12 08:28:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-12 08:28:42 +0000
commit8fece8ceaee3ad0685ae6566e03ae475d7ceb9ef (patch)
tree06ff27afc61268dcf4279c79d1943b5bf0e28b13 /dns/dnsutl/Makefile
parentReset bouncing maintainer address (diff)
BROKEN on 5.x (does not build)
Notes
Notes: svn path=/head/; revision=90891
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>