diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 04:26:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 04:26:08 +0000 |
commit | 6110eca7d03df3cad36b8d65558a766fe58292b2 (patch) | |
tree | fd306eb807c94d5c39d8b2163cfe42a28467e764 /comms/mwavem | |
parent | - Fix build on 5.x (diff) |
Change BROKEN to IGNORE in the case of configurations that will never
be made to work.
Diffstat (limited to 'comms/mwavem')
-rw-r--r-- | comms/mwavem/Makefile | 2 |
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> |