git: 02bb89822c9f - main - editors/calligra: drop unneded dependency on openjpeg15 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 09:41:06 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=02bb89822c9fbcccebb033e40cbbd0addbbb491c commit 02bb89822c9fbcccebb033e40cbbd0addbbb491c Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-02-18 09:39:23 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-02-18 09:40:55 +0000 editors/calligra: drop unneded dependency on openjpeg15 (+) Calligra suite do not use openjpeg anymore. Sponsored by: Netzkommune GmbH --- editors/calligra/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index fa62d665b78a..73d35a6db978 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,6 +1,6 @@ PORTNAME= calligra DISTVERSION= 3.2.1 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} @@ -22,7 +22,6 @@ LIB_DEPENDS= libImath.so:math/Imath \ liblcms2.so:graphics/lcms2 \ libKGantt.so:graphics/kdiagram \ libodfgen-0.1.so:textproc/libodfgen01 \ - libopenjpeg.so:graphics/openjpeg15 \ libpng.so:graphics/png \ libpoppler-qt5.so:graphics/poppler-qt5 \ libpoppler.so:graphics/poppler \