diff options
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) |