diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-02 16:49:24 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-02 16:49:24 +0000 |
commit | 51d04637cb2aa7e77e78d6b7de91125251405083 (patch) | |
tree | fefd75a0b797bfd5f2fbecc832b9a94f740ee983 /editors/calligra | |
parent | a3cc859109302e74945b2f3684edfd3e5c434fdc (diff) |
Notes
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 357d0e0ca2c9..2428dd5147e1 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -37,11 +37,10 @@ LIB_DEPENDS= libImath-2_2.so:graphics/ilmbase \ libwpg-0.3.so:graphics/libwpg03 \ libwps-0.3.so:textproc/libwps03 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ - pstoedit:graphics/pstoedit +BUILD_DEPENDS= pstoedit:graphics/pstoedit RUN_DEPENDS= pstoedit:graphics/pstoedit -USES= cmake:outsource cpe compiler:c++11-lib desktop-file-utils \ +USES= cmake:outsource cpe compiler:c++11-lib desktop-file-utils eigen:3 \ gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 pkgconfig \ shared-mime-info sqlite tar:xz USE_KDE= activities archive auth bookmarks codecs completion config \ |