diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-22 12:26:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-22 12:26:08 +0800 |
commit | cbf296c551130c6e1d7c7fbd545b58b2395534ae (patch) | |
tree | 0e6dd3d6d04ffe04ed581cc0e2448c34c4ea525b /astro | |
parent | 0c8dd4fc7e75e8cda8e4fa28aeb1e6482b18fff7 (diff) | |
download | freebsd-ports-gnome-cbf296c551130c6e1d7c7fbd545b58b2395534ae.tar.gz freebsd-ports-gnome-cbf296c551130c6e1d7c7fbd545b58b2395534ae.tar.zst freebsd-ports-gnome-cbf296c551130c6e1d7c7fbd545b58b2395534ae.zip |
Change BROKEN to IGNORE in the case of configurations that will never
be made to work.
Diffstat (limited to 'astro')
-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} |