diff options
author | kris <kris@FreeBSD.org> | 2003-10-12 08:28:42 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-12 08:28:42 +0000 |
commit | af8b3b443a12374f8638799f62a68a500682ea55 (patch) | |
tree | 256c1c0b4a510648aa74fbcb19e82716f439b6f4 /dns | |
parent | 54a15719ecb14e6b3748b1ebc7286837141e0373 (diff) | |
download | FreeBSD-ports-af8b3b443a12374f8638799f62a68a500682ea55.zip FreeBSD-ports-af8b3b443a12374f8638799f62a68a500682ea55.tar.gz |
BROKEN on 5.x (does not build)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsutl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile index 621fb201..e15c387 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> |