summaryrefslogtreecommitdiff
path: root/editors/calligra
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-04-11 20:39:56 +0200
committerMatthias Andree <mandree@FreeBSD.org>2021-04-12 02:33:48 +0200
commit73ab07c25a09345a265680ab55de2e5cebebcd6a (patch)
treef14226135156f3e90a36ba5e8269d2579a7bafc3 /editors/calligra
parentcad/PrusaSlicer: make compatible with OpenEXR/Imath 3.0 (diff)
chase library renames for OpenEXR/Imath 3.0
Diffstat (limited to 'editors/calligra')
-rw-r--r--editors/calligra/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 4e2ed1966f4e..a3afa71e89d1 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -1,6 +1,6 @@
PORTNAME= calligra
DISTVERSION= 3.2.1
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= editors kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
DIST_SUBDIR= KDE/${PORTNAME}
@@ -11,7 +11,7 @@ COMMENT= KDE office suite
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libImath.so:graphics/ilmbase \
+LIB_DEPENDS= libImath.so:math/Imath \
libKPropertyCore3.so:x11-toolkits/kproperty \
libKReport3.so:textproc/kreport \
libboost_thread.so:devel/boost-libs \
@@ -56,7 +56,7 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= OPENEXR
OPTIONS_DEFAULT= OPENEXR
-OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr
+OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr
OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \