diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-05 21:46:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-05 21:46:35 +0000 |
commit | 80025cbf36c216f3ace450fb0ec174b26d73ec89 (patch) | |
tree | fa7216021a6569b9ca36be60695f556f0faa2d24 /audio/fmit | |
parent | f3028a298e8d4a70bc7a4b2c83c2534584b5c1fc (diff) | |
download | ports-80025cbf36c216f3ace450fb0ec174b26d73ec89.tar.gz ports-80025cbf36c216f3ace450fb0ec174b26d73ec89.zip |
Notes
Diffstat (limited to 'audio/fmit')
-rw-r--r-- | audio/fmit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/fmit/Makefile b/audio/fmit/Makefile index 83f88cb6a12f..4a56a28e191f 100644 --- a/audio/fmit/Makefile +++ b/audio/fmit/Makefile @@ -20,6 +20,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ fftw3.5:${PORTSDIR}/math/fftw3 +BROKEN= does not configure + USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= corelib gui opengl \ |