diff options
author | pav <pav@FreeBSD.org> | 2009-07-26 20:16:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-07-26 20:16:23 +0800 |
commit | 38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc (patch) | |
tree | 621cab19b9f39fbc0f1ed85a1f712b8e2a6c06c3 /net/ttbudget/Makefile | |
parent | 6bfbc7961c6a3eb274aa6686ceb8ee43f501c9d2 (diff) | |
download | freebsd-ports-gnome-38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc.tar.gz freebsd-ports-gnome-38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc.tar.zst freebsd-ports-gnome-38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc.zip |
- Mark BROKEN on amd64/8
Reported by: pointyhat
Diffstat (limited to 'net/ttbudget/Makefile')
-rw-r--r-- | net/ttbudget/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile index 17264a4e81a4..bbec607fea51 100644 --- a/net/ttbudget/Makefile +++ b/net/ttbudget/Makefile @@ -33,6 +33,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif |