summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-12-21 12:57:21 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-12-21 12:57:21 +0000
commit0cc021c8e9c9c89c632b24ae21d999d3f3664616 (patch)
tree04d23d64f9b85f7b3c21d755ad7f9deb451cecc8 /net
parent- Update to 3.5.3 (diff)
Mark BROKEN on 9.x: does not build
Notes
Notes: svn path=/head/; revision=246358
Diffstat (limited to 'net')
-rw-r--r--net/slbd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/slbd/Makefile b/net/slbd/Makefile
index 052c373d4cc9..d178048dfec6 100644
--- a/net/slbd/Makefile
+++ b/net/slbd/Makefile
@@ -26,4 +26,10 @@ post-install:
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>