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/mumble | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index f2f10e9283a1..c53ae6ea3739 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex \ protoc:${PORTSDIR}/devel/protobuf USE_GMAKE= yes -USE_QT_VER= 4 -QT_COMPONENTS= gui svg iconengines_run xml sql network l10n \ +USE_QT4= gui svg iconengines_run xml sql network l10n \ linguist_build qmake_build moc_build rcc_build uic_build \ opengl sql-sqlite3_run @@ -49,7 +48,7 @@ BROKEN= does not compile on FreeBSD 7.x .if defined(WITHOUT_DBUS) CONFIG+= no-dbus .else -QT_COMPONENTS+= dbus +USE_QT4+= dbus .endif .if defined(WITHOUT_SYSCELT) |