diff options
Diffstat (limited to '')
-rw-r--r-- | astro/setiathome/Makefile | 2 | ||||
-rw-r--r-- | comms/mwavem/Makefile | 2 | ||||
-rw-r--r-- | databases/libudbc/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index f6661bf7b62b..a4a8b03a53d9 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -31,7 +31,7 @@ NO_BUILD= binary distribution NO_CDROM= interactive install .if ${OSVERSION} < 400000 -BROKEN= "currently supports only FreeBSD 4.0 and above" +IGNORE= "supports only FreeBSD 4.0 and above" .endif EXTRACT_CMD= ${CAT} 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> diff --git a/databases/libudbc/Makefile b/databases/libudbc/Makefile index dcf98248f943..2690c070f2e8 100644 --- a/databases/libudbc/Makefile +++ b/databases/libudbc/Makefile @@ -53,7 +53,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 -BROKEN= "Systems prior to 4.x are not supported" +IGNORE= "Systems prior to 4.x are not supported" .endif .include <bsd.port.post.mk> |