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/clementine-player/Makefile | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'audio/clementine-player/Makefile')
-rw-r--r-- | audio/clementine-player/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 28d6e9b48d7d..5b850688ae8d 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -28,8 +28,7 @@ PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} USE_CMAKE= yes USE_ICONV= yes USE_GL= glew -USE_QT_VER= 4 -QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build \ +USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ linguist_build network sql opengl dbus qtestlib corelib USE_GCC= 4.2+ INSTALLS_ICONS= yes |