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 /astro/setiathome | |
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 'astro/setiathome')
-rw-r--r-- | astro/setiathome/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |