aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-02-07 02:44:21 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-02-07 02:44:21 +0000
commitb8e1e7ef862ad23593cb902ab3fb45190b3b97e0 (patch)
tree95c842b8dec5266fe293db39afe184a0598252a8 /net
parentdc1f9c77b259af0780c77076a8a9d15442feae77 (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/bsd-airtools/Makefile2
-rw-r--r--net/xbone/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/bsd-airtools/Makefile b/net/bsd-airtools/Makefile
index efd7d8ac2465..f4424317aa64 100644
--- a/net/bsd-airtools/Makefile
+++ b/net/bsd-airtools/Makefile
@@ -22,7 +22,7 @@ INST_AIRTOOLS= ${CONF_AIRTOOLS} ${MAKE_AIRTOOLS}
WRKSRC= ${WRKDIR}/${PORTNAME}
.if !exists(/usr/include/dev/wi/if_wavelan_ieee.h)
-FORBIDDEN=You need to upgrade
+BROKEN= You need to upgrade
.endif
do-build:
diff --git a/net/xbone/Makefile b/net/xbone/Makefile
index 9e7878de3bd0..a1a64b9f3ae5 100644
--- a/net/xbone/Makefile
+++ b/net/xbone/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= yushunwa@isi.edu
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 320000
-FORBIDDEN= "X-Bone does not support FreeBSD prior to 3.2"
+BROKEN= "X-Bone does not support FreeBSD prior to 3.2"
.endif
USE_GMAKE= yes