diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-22 08:08:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-22 08:08:54 +0000 |
commit | 53282eb6813ebf38cd2094f3f4ac7766722868e5 (patch) | |
tree | ca4c70d03154a3b16a928b9a5aba65984e6beda2 /dns/dnsutl/Makefile | |
parent | 1ab2b4e36010b3a60bcd8dc7879349f9797e707a (diff) | |
download | ports-53282eb6813ebf38cd2094f3f4ac7766722868e5.tar.gz ports-53282eb6813ebf38cd2094f3f4ac7766722868e5.zip |
Notes
Diffstat (limited to 'dns/dnsutl/Makefile')
-rw-r--r-- | dns/dnsutl/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile index e15c38715524..621fb20145ae 100644 --- a/dns/dnsutl/Makefile +++ b/dns/dnsutl/Makefile @@ -24,10 +24,4 @@ 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.pre.mk> - -.if ${OSVERSION} > 501000 -BROKEN= "Does not build" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |