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 | |
parent | 4af439aaf984c71ebcb176706551323a3c71985a (diff) | |
download | ports-6110eca7d03df3cad36b8d65558a766fe58292b2.tar.gz ports-6110eca7d03df3cad36b8d65558a766fe58292b2.zip |
Notes
Diffstat (limited to 'comms')
-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> |