diff options
author | kris <kris@FreeBSD.org> | 2005-07-24 22:43:57 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-24 22:43:57 +0000 |
commit | f24c8de8e794b78bfbfe8a8552daeaa1ac132775 (patch) | |
tree | 84d209c86dfb370163f756744270fa9c3518b522 /dns/doc | |
parent | ac6826d25e6b0b52d62bc7851fd1d0532e6f71b1 (diff) | |
download | FreeBSD-ports-f24c8de8e794b78bfbfe8a8552daeaa1ac132775.zip FreeBSD-ports-f24c8de8e794b78bfbfe8a8552daeaa1ac132775.tar.gz |
Change BROKEN to IGNORE to prevent this unusable package from building on
4.x
Diffstat (limited to 'dns/doc')
-rw-r--r-- | dns/doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile index bf6d333..4ce136a 100644 --- a/dns/doc/Makefile +++ b/dns/doc/Makefile @@ -23,7 +23,7 @@ MAN8= doc.8 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "This version of DOC requires DiG Version-9.x to run on 4.x." +IGNORE= requires DiG Version-9.x to run on 4.x .endif do-build: |