aboutsummaryrefslogtreecommitdiff
path: root/audio/murmur
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-06-06 06:44:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-06-06 06:44:37 +0000
commit9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch)
treebc087bd13fb3e313884021b8e0a5e2046e75d491 /audio/murmur
parent7db146587f345a51482b4b1c314fe71cfeb37e6c (diff)
downloadports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.tar.gz
ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.zip
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
Notes
Notes: svn path=/head/; revision=298557
Diffstat (limited to 'audio/murmur')
-rw-r--r--audio/murmur/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
index 254821bb5d60..17ab30baf52e 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -20,8 +20,7 @@ LIB_DEPENDS= protobuf.7:${PORTSDIR}/devel/protobuf
USERS= ${PORTNAME}
GROUPS= ${USERS}
-USE_QT_VER= 4
-QT_COMPONENTS= qmake_build moc_build corelib network xml sql sql-sqlite3_run
+USE_QT4= qmake_build moc_build corelib network xml sql sql-sqlite3_run
CONFIG= no-client
@@ -41,7 +40,7 @@ CONFIG+= no-ice
.endif
.if defined(WITH_DBUS)
-QT_COMPONENTS+= dbus
+USE_QT4+= dbus
.else
CONFIG+= no-dbus
.endif