diff options
Diffstat (limited to 'archivers/ark/Makefile')
-rw-r--r-- | archivers/ark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index ce6264361da3..0a42374e49d0 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -10,12 +10,12 @@ COMMENT= Archiving tool for KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:outsource gettext libarchive kde:5 tar:xz +USES= cmake:outsource gettext libarchive kde:5 qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons doctools ecm i18n iconthemes \ itemmodels itemviews jobwidgets khtml kio parts pty service \ solid sonnet textwidgets widgetsaddons xmlgui -USE_QT5= concurrent core dbus gui network widgets xml \ +USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes |