diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-07-03 08:04:29 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-07-03 08:04:29 +0000 |
commit | a69067224817a932d60fe6a2c628670e012c1b6b (patch) | |
tree | 1443aaf0bf34a27828267535c99c4c5395fc3ea0 /editors/calligra | |
parent | 9b08af5e1a546b78fe93f99c39a534eeca7acf11 (diff) | |
download | freebsd-ports-a69067224817a932d60fe6a2c628670e012c1b6b.zip |
editors/calligra still requires libwps 0.2.x. Resurrect the old version.
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index b13d3eb6151c..d3fdb8655094 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors kde MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= KDE @@ -26,7 +26,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libtiff.so:${PORTSDIR}/graphics/tiff \ libgsl.so:${PORTSDIR}/math/gsl \ - libwps-0.2.so:${PORTSDIR}/textproc/libwps \ + libwps-0.2.so:${PORTSDIR}/textproc/libwps02 \ libvisio-0.0.so:${PORTSDIR}/textproc/libvisio \ libOpenColorIO.so:${PORTSDIR}/graphics/opencolorio BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 |