diff options
Diffstat (limited to 'audio/muse/Makefile')
-rw-r--r-- | audio/muse/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 21ed9a8a41d6..665ab4c776cf 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -35,6 +35,10 @@ OPTIONS= X11 "Build with X11 support" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800501 +BROKEN= does not build +.endif + .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+=--without-x --with-rubik |