diff options
Diffstat (limited to 'sysutils/khelpcenter/Makefile')
-rw-r--r-- | sysutils/khelpcenter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/khelpcenter/Makefile b/sysutils/khelpcenter/Makefile index 4dc93ca3a464..e62eb4712972 100644 --- a/sysutils/khelpcenter/Makefile +++ b/sysutils/khelpcenter/Makefile @@ -10,14 +10,14 @@ COMMENT= Plasma5 application to show KDE application documentation LIB_DEPENDS= libxapian.so:databases/xapian-core USES= cmake:outsource compiler:c++11-lib cpe gettext grantlee:5 \ - kde:5 shebangfix tar:xz + kde:5 qt:5 shebangfix tar:xz USE_GNOME= libxml2 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons dbusaddons doctools ecm emoticons i18n init \ itemmodels itemviews jobwidgets js kcmutils kdelibs4support \ kio khtml parts service sonnet textwidgets widgetsaddons \ windowsystem xmlgui -USE_QT5= core dbus gui network widgets xml \ +USE_QT= core dbus gui network widgets xml \ buildtools_build qmake_build SHEBANG_FILES= searchhandlers/khc_mansearch.pl |