diff options
Diffstat (limited to 'net/ttbudget')
-rw-r--r-- | net/ttbudget/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |