diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 11:45:56 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 11:45:56 +0000 |
commit | 3cde5bcfb2188bfb0499c29929f59277a2ede320 (patch) | |
tree | fca64ad88b4803658448b71a6389a2d7102b60d2 /audio/muse | |
parent | ab0a5b92218131662db3cf6d84a55ad11867feeb (diff) |
Notes
Diffstat (limited to 'audio/muse')
-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 |