diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /audio/fmit | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'audio/fmit')
-rw-r--r-- | audio/fmit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/fmit/Makefile b/audio/fmit/Makefile index 57c46481984c..08a79c17b5b7 100644 --- a/audio/fmit/Makefile +++ b/audio/fmit/Makefile @@ -23,8 +23,7 @@ OPTIONS_DEFINE= OSS ALSA PORTAUDIO JACK OPTIONS_DEFAULT= OSS JACK USE_BZIP2= yes -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui opengl \ +USE_QT4= corelib gui opengl \ linguist_build moc_build qmake_build rcc_build uic_build USE_GL= glut USE_CMAKE= yes |