diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:09:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:09:08 +0800 |
commit | 5ca0dead6172bb8f95ffa7fdfdfe1f7e838c4d2c (patch) | |
tree | 6165579ecafabbaf25e462e4edd2adb3d90a377f /audio | |
parent | c260e0f444d34e9b23ac4fe7099ceb34f68b4ef9 (diff) | |
download | freebsd-ports-gnome-5ca0dead6172bb8f95ffa7fdfdfe1f7e838c4d2c.tar.gz freebsd-ports-gnome-5ca0dead6172bb8f95ffa7fdfdfe1f7e838c4d2c.tar.zst freebsd-ports-gnome-5ca0dead6172bb8f95ffa7fdfdfe1f7e838c4d2c.zip |
BROKEN on 5.1: does not build
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mq3/Makefile | 8 |
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> |