diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
commit | 4f9a4c9a942ca6e727f1bc219e5a4f6455cdf776 (patch) | |
tree | fa30c5a272c5bca86ab06c6a0cfd55c2d6a9f6e0 /editors | |
parent | 79c6756b725080e72a499f12b3a3387ec7eea9cd (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kate/Makefile b/editors/kate/Makefile index 0dce487b3750..736bb2d3c72a 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -17,8 +17,8 @@ CONFLICTS= kdebase-4.[0-6].* kdelibs-4.[0-6].* kdesdk-4.[0-6].* USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 kactivities -USES= cmake:outsource gettext -USE_PERL5_BUILD= yes +USES= cmake:outsource gettext perl5 +USE_PERL5= build USE_QT4= dbus gui script sql webkit xml \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes |