diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-30 23:48:19 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-30 23:48:19 +0000 |
commit | b4fb57a5a45642b755c5b769f493269651b48fe6 (patch) | |
tree | 40df16b726c674c0752e7016634e672ca1100f1c /audio/mixxx | |
parent | 03a40d4ed4b30f6760a4d6aea1cab379ab1d9ea8 (diff) | |
download | ports-b4fb57a5a45642b755c5b769f493269651b48fe6.tar.gz ports-b4fb57a5a45642b755c5b769f493269651b48fe6.zip |
Notes
Diffstat (limited to 'audio/mixxx')
-rw-r--r-- | audio/mixxx/Makefile | 4 |
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}&| ; \ |