diff options
Diffstat (limited to 'devel/kcachegrind/Makefile')
-rw-r--r-- | devel/kcachegrind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kcachegrind/Makefile b/devel/kcachegrind/Makefile index dd48e795b30e..d3ccc6416c65 100644 --- a/devel/kcachegrind/Makefile +++ b/devel/kcachegrind/Makefile @@ -7,11 +7,11 @@ CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Profiler frontend for KDE -USES= cmake:outsource kde:5 python:run shebangfix tar:xz +USES= cmake:outsource kde:5 python:run qt:5 shebangfix tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons ecm i18n itemviews jobwidgets kio service solid \ widgetsaddons xmlgui -USE_QT5= core dbus gui network widgets xml \ +USE_QT= core dbus gui network widgets xml \ buildtools_build qmake_build SHEBANG_FILES= converters/hotshot2calltree.cmake \ |