summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-22 04:26:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-22 04:26:08 +0000
commit6110eca7d03df3cad36b8d65558a766fe58292b2 (patch)
treefd306eb807c94d5c39d8b2163cfe42a28467e764 /comms
parent- Fix build on 5.x (diff)
Change BROKEN to IGNORE in the case of configurations that will never
be made to work.
Notes
Notes: svn path=/head/; revision=94696
Diffstat (limited to 'comms')
-rw-r--r--comms/mwavem/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile
index 5dad34a5e37d..dd6aebb8649c 100644
--- a/comms/mwavem/Makefile
+++ b/comms/mwavem/Makefile
@@ -100,7 +100,7 @@ pre-fetch:
.endif
.if ${OSVERSION} < 410000
-BROKEN= "Systems prior to 4.1 are not supported"
+IGNORE= "Systems prior to 4.1 are not supported"
.endif
.include <bsd.port.post.mk>