summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-12-21 13:01:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-12-21 13:01:09 +0000
commit32090b9f3dd7200ac71716646774a243bb7554fd (patch)
tree4d071207a5e1a1313df9d50c9d3e8b8bf76544f4 /net
parentMark BROKEN on 9.x: does not build (diff)
Mark BROKEN on 9.x: does not build.
Notes
Notes: svn path=/head/; revision=246359
Diffstat (limited to 'net')
-rw-r--r--net/skystar2/Makefile2
-rw-r--r--net/ttbudget/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/net/skystar2/Makefile b/net/skystar2/Makefile
index 71af0be9c728..5c8e241f1368 100644
--- a/net/skystar2/Makefile
+++ b/net/skystar2/Makefile
@@ -53,6 +53,8 @@ post-install:
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
+.elif ${OSVERSION} >= 900000
+BROKEN= does not build
.endif
.include <bsd.port.post.mk>
diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile
index 7e9443d53e29..e5e1476fe08f 100644
--- a/net/ttbudget/Makefile
+++ b/net/ttbudget/Makefile
@@ -36,6 +36,8 @@ post-install:
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
+.elif ${OSVERSION} >= 900000
+BROKEN= does not build
.endif
.include <bsd.port.post.mk>