diff options
author | kris <kris@FreeBSD.org> | 2005-07-25 06:43:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-25 06:43:57 +0800 |
commit | f24c8de8e794b78bfbfe8a8552daeaa1ac132775 (patch) | |
tree | 84d209c86dfb370163f756744270fa9c3518b522 | |
parent | ac6826d25e6b0b52d62bc7851fd1d0532e6f71b1 (diff) | |
download | freebsd-ports-gnome-f24c8de8e794b78bfbfe8a8552daeaa1ac132775.tar.gz freebsd-ports-gnome-f24c8de8e794b78bfbfe8a8552daeaa1ac132775.tar.zst freebsd-ports-gnome-f24c8de8e794b78bfbfe8a8552daeaa1ac132775.zip |
Change BROKEN to IGNORE to prevent this unusable package from building on
4.x
-rw-r--r-- | dns/doc/Makefile | 2 | ||||
-rw-r--r-- | net/doc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile index bf6d33345243..4ce136af29ac 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: diff --git a/net/doc/Makefile b/net/doc/Makefile index bf6d33345243..4ce136af29ac 100644 --- a/net/doc/Makefile +++ b/net/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: |