diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 93a8fb1d45a3..879ecbf6df27 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -44,9 +44,8 @@ USE_QT4= corelib dbus designer_build gui opengl phonon porting_build \ qt3support qtestlib_build script sql svg webkit xml xmlpatterns \ moc_build qmake_build rcc_build uic_build uic3_build USE_SQLITE= 3 -USES= cmake:outsource compiler:c++11-lang iconv perl5 pkgconfig \ +USES= cmake:outsource compiler:c++11-lang iconv perl5 pkgconfig tar:xz\ shared-mime-info -USE_XZ= yes CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DPRODUCTSET:STRING="DESKTOP" USE_LDCONFIG= yes |