summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2011-01-28 16:47:22 +0000
committerErwin Lansing <erwin@FreeBSD.org>2011-01-28 16:47:22 +0000
commitdbe94a355e6af2619bf2f76a28d2f65a1624a6ff (patch)
tree5fcec41459a0d70a28b274c222049b8c4908fa31 /net
parentSteadyflow is a GTK+ based download manager that aims for minimalism, and (diff)
Mark BROKEN on HEAD: does not build
Feature safe: yes
Notes
Notes: svn path=/head/; revision=268336
Diffstat (limited to 'net')
-rw-r--r--net/lft/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/lft/Makefile b/net/lft/Makefile
index 6dcbb45e8a77..822722dce40d 100644
--- a/net/lft/Makefile
+++ b/net/lft/Makefile
@@ -31,4 +31,10 @@ do-install:
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>