diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-09-03 15:44:13 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-09-03 15:44:13 +0000 |
commit | f358732b18188c53c785bb25749c9e2546a6efe9 (patch) | |
tree | 05f83f4626cc97a41e5a29dca71409286f46ae35 /editors/calligra | |
parent | f8ac405eb53d03a5b0bb00134ceb82a6474b6743 (diff) |
Notes
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 76001990f411..b5dc8211c37a 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= editors kde MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= KDE @@ -42,8 +42,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 cpe compiler:c++11-lang iconv jpeg perl5 pkgconfig tar:xz\ - shared-mime-info +USES= cmake:outsource cpe compiler:c++11-lang iconv:translit jpeg \ + perl5 pkgconfig shared-mime-info tar:xz CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DPRODUCTSET:STRING="DESKTOP" USE_LDCONFIG= yes |