diff options
author | pav <pav@FreeBSD.org> | 2011-03-26 04:45:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-26 04:45:02 +0800 |
commit | 34d18462b42fe7eb4497d62e4d97a06967d50936 (patch) | |
tree | 0bfba9e09b6edae5a784fdbd35b3e0d592a0425e /audio/mumble | |
parent | 36bbd571ec7dedd2ce17731d175a470cb0448a24 (diff) | |
download | freebsd-ports-graphics-34d18462b42fe7eb4497d62e4d97a06967d50936.tar.gz freebsd-ports-graphics-34d18462b42fe7eb4497d62e4d97a06967d50936.tar.zst freebsd-ports-graphics-34d18462b42fe7eb4497d62e4d97a06967d50936.zip |
- Mark BROKEN on amd64/9: does not link
Reported by: pointyhat
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 898d51d6484..d68585afab3 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -41,8 +41,8 @@ MAN1= mumble.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= Does not compile on FreeBSD < 7.0 +.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000 +BROKEN= Does not compile on FreeBSD 9.X .endif .if defined(WITHOUT_DBUS) |