aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-workspace
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-06-06 14:44:37 +0800
committermiwi <miwi@FreeBSD.org>2012-06-06 14:44:37 +0800
commitbdb01e436951afbc072801302b9a72407299f54a (patch)
tree204231aa3dafe24790c35a32986984cdb94f5cd1 /x11/kde4-workspace
parent6ec4188dabec3cbd63cc23138b8ae1aea5370086 (diff)
downloadfreebsd-ports-gnome-bdb01e436951afbc072801302b9a72407299f54a.tar.gz
freebsd-ports-gnome-bdb01e436951afbc072801302b9a72407299f54a.tar.zst
freebsd-ports-gnome-bdb01e436951afbc072801302b9a72407299f54a.zip
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r--x11/kde4-workspace/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile
index 33adda3825d8..61bbd1c9294b 100644
--- a/x11/kde4-workspace/Makefile
+++ b/x11/kde4-workspace/Makefile
@@ -64,8 +64,7 @@ USE_ICONV= yes
USE_KDE4= kdehier kdelibs kdeprefix oxygen pimlibs \
akonadi automoc4 ontologies qimageblitz soprano strigi
KDE4_BUILDENV= yes
-USE_QT_VER= 4
-QT_COMPONENTS= dbus declarative gui network opengl phonon \
+USE_QT4= dbus declarative gui network opengl phonon \
qt3support qtestlib script sql webkit xml \
moc_build qmake_build rcc_build uic_build
USE_XORG= kbproto x11 xau xcomposite xcursor xdamage xdmcp xfixes \
@@ -110,7 +109,7 @@ PLIST_SUB+= GPS="@comment "
.if !defined(WITHOUT_PHONON_GSTREAMER)
USE_GSTREAMER+= core
-QT_COMPONENTS+= phonon-gst_run
+USE_QT4+= phonon-gst_run
.endif
.if defined(WITH_PHONON_VLC)