diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bsd-airtools/Makefile | 2 | ||||
-rw-r--r-- | net/xbone/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/bsd-airtools/Makefile b/net/bsd-airtools/Makefile index efd7d8a..f442431 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 9e7878d..a1a64b9 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 |