diff options
Diffstat (limited to 'net/kblog/Makefile')
-rw-r--r-- | net/kblog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kblog/Makefile b/net/kblog/Makefile index 4e3e4b8cf6e2..8c42ff33e043 100644 --- a/net/kblog/Makefile +++ b/net/kblog/Makefile @@ -9,11 +9,11 @@ COMMENT= KDE API for weblogging access LICENSE= LGPL21 -USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons ecm i18n kdelibs4support kio service xmlrpcclient # pim components USE_KDE+= calendarcore syndication -USE_QT5= core gui webkit \ +USE_QT= core gui webkit \ buildtools_build qmake_build USE_LDCONFIG= yes |