summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/mixxx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 846efc0e6ac4..5f308203e840 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -42,6 +42,10 @@ MAKE_ENV= QTDIR="${X11BASE}"
IGNORE= does not compile on FreeBSD 4.x, due to lack of pselect() in libc
.endif
+.if ${OSVERSION} >= 600000 && ${ARCH} == "amd64"
+BROKEN= "does not build"
+.endif
+
post-patch:
@${REINPLACE_CMD} \
-e 's|/bin/bash|${LOCALBASE}&| ; \