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 5e61988ec62d..b32e25e1f980 100644 --- a/sysutils/khelpcenter/Makefile +++ b/sysutils/khelpcenter/Makefile @@ -16,13 +16,13 @@ USE_KDE= archive auth bookmarks codecs completion config configwidgets \ itemmodels itemviews jobwidgets js kcmutils \ kio khtml parts service solid sonnet textwidgets widgetsaddons \ windowsystem xmlgui \ - ecm_build + ecm:build # This port depends on doctools; we need the entities and such for runtime # documentation support, where all the other KDE Plasma parts need it # only for the build-time documentation-generation. USE_KDE+= doctools USE_QT= concurrent core dbus gui network widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 SHEBANG_FILES= searchhandlers/khc_mansearch.pl |