summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-11-22 04:26:08 +0000
committerlinimon <linimon@FreeBSD.org>2003-11-22 04:26:08 +0000
commitcbf296c551130c6e1d7c7fbd545b58b2395534ae (patch)
tree0e6dd3d6d04ffe04ed581cc0e2448c34c4ea525b
parent0c8dd4fc7e75e8cda8e4fa28aeb1e6482b18fff7 (diff)
downloadFreeBSD-ports-cbf296c551130c6e1d7c7fbd545b58b2395534ae.zip
FreeBSD-ports-cbf296c551130c6e1d7c7fbd545b58b2395534ae.tar.gz
Change BROKEN to IGNORE in the case of configurations that will never
be made to work.
-rw-r--r--astro/setiathome/Makefile2
-rw-r--r--comms/mwavem/Makefile2
-rw-r--r--databases/libudbc/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile
index f6661bf..a4a8b03 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 5dad34a..dd6aebb 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 dcf9824..2690c07 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>
OpenPOWER on IntegriCloud