diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-19 18:19:28 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-19 18:19:28 +0000 |
commit | b22224f63683ef3ddcda9b3c1422c1fe2d3d2a9e (patch) | |
tree | 92dcb2cf6e1bc3b3fd8187c5e4244135ed3b1067 /audio/waheela/Makefile | |
parent | 0f049ac5e17ad6ce8c1abca184d9fda28ffb1efd (diff) |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
and supposedly fix build of graphics/gnash with KDE4 option
Notes
Notes:
svn path=/head/; revision=379358
Diffstat (limited to 'audio/waheela/Makefile')
-rw-r--r-- | audio/waheela/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/waheela/Makefile b/audio/waheela/Makefile index a87102f3702d..8bf5e78a84c5 100644 --- a/audio/waheela/Makefile +++ b/audio/waheela/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= amarok>=2:${PORTSDIR}/audio/amarok-kde4 USES= cmake -USE_KDE4= automoc4 kdeprefix kdehier kdelibs +USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= gui dbus network svg xml \ qmake_build moc_build rcc_build uic_build |