summaryrefslogtreecommitdiff
path: root/audio/mq3
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:09:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:09:08 +0000
commitbcdd710690dd1fd94743f6373bd75a79c71fa6af (patch)
tree083d05815a5f6b8b73a18c4c424a242681bf117a /audio/mq3
parentBROKEN: Fails to patch (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81227
Diffstat (limited to 'audio/mq3')
-rw-r--r--audio/mq3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mq3/Makefile b/audio/mq3/Makefile
index e9c2889fcb09..ff72a6d58f59 100644
--- a/audio/mq3/Makefile
+++ b/audio/mq3/Makefile
@@ -19,6 +19,12 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
qthreads.15:${PORTSDIR}/lang/guile
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not build"
+.endif
+
USE_QT_VER= 2
QT_NONSTANDARD= yes
HAS_CONFIGURE= yes
@@ -28,4 +34,4 @@ MAKE_ENV= CPPFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib}" \
QTDIR="${X11BASE}"
CONFIGURE_ARGS= -prefix ${PREFIX} -platform FreeBSD
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>