summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-02-11 07:14:37 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-02-11 07:14:37 +0000
commit236a7514fa01a4e68ed920e87becaab2a80728d0 (patch)
tree09c0b6f362fe3cfbeeb016b405d94e44b91c90b5 /net
parentUpdate to 0.11.1. (diff)
Extend BROKEN to 8-stable
Notes
Notes: svn path=/head/; revision=249560
Diffstat (limited to 'net')
-rw-r--r--net/slbd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/slbd/Makefile b/net/slbd/Makefile
index d178048dfec6..b86077b68682 100644
--- a/net/slbd/Makefile
+++ b/net/slbd/Makefile
@@ -28,7 +28,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900000
+.if ${OSVERSION} >= 800502
BROKEN= does not build
.endif