diff options
author | ale <ale@FreeBSD.org> | 2007-02-03 06:49:16 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-03 06:49:16 +0800 |
commit | fa718b259efee7f95cf591c19bc61667ea1daa44 (patch) | |
tree | f231dbeb340d7f3c331b7b41297fa33ca2f7614d /devel | |
parent | c409420f9274a8a6e96d1d29a058f35c4ab7c872 (diff) | |
download | freebsd-ports-gnome-fa718b259efee7f95cf591c19bc61667ea1daa44.tar.gz freebsd-ports-gnome-fa718b259efee7f95cf591c19bc61667ea1daa44.tar.zst freebsd-ports-gnome-fa718b259efee7f95cf591c19bc61667ea1daa44.zip |
Replace BROKEN with IGNORE, since there is no chance it will be
buildable on <602100 in the future.
Spotted by: pav
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-kmod-compat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linux-kmod-compat/Makefile b/devel/linux-kmod-compat/Makefile index 72cd2a41795e..a6ce7d24249a 100644 --- a/devel/linux-kmod-compat/Makefile +++ b/devel/linux-kmod-compat/Makefile @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> .if ${OSVERSION} < 602100 -BROKEN= Requires a recent USB stack. You have ${OSVERSION} +IGNORE= requires a recent USB stack, not present in ${OSVERSION} .endif # Here is where install most things except the .mk file |