diff options
author | kwm <kwm@FreeBSD.org> | 2014-05-26 22:42:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-05-26 22:42:44 +0800 |
commit | fc37ca236b71d16e618b709f96c4fd55e90c4999 (patch) | |
tree | b4fd1c0da900b47d7f7bd9ff430fdf2a56aa044d /editors | |
parent | 53340f08eb1761f353b502be492d0e2387c9da24 (diff) | |
download | freebsd-ports-gnome-fc37ca236b71d16e618b709f96c4fd55e90c4999.tar.gz freebsd-ports-gnome-fc37ca236b71d16e618b709f96c4fd55e90c4999.tar.zst freebsd-ports-gnome-fc37ca236b71d16e618b709f96c4fd55e90c4999.zip |
Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.
Approved by: portmgr (implicit) for NO_STAGE ports
Diffstat (limited to 'editors')
-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 6a744b7b6cec..ba3c2c72b112 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ @@ -22,7 +22,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \ libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \ libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ - libopenjpeg.so:${PORTSDIR}/graphics/openjpeg \ + libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libdcmdata.so:${PORTSDIR}/devel/dcmtk \ libfftw3.so:${PORTSDIR}/math/fftw3 \ |