diff options
author | Owsjannikow Sergej E <ose-nt@yandex.ru> | 2021-04-30 00:25:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-04-30 00:37:21 +0200 |
commit | 1b9c227b484e7c9be18be2ab748e52c107928cfa (patch) | |
tree | 68606e197659d40fd9aa89910ca21a7e79fa4ede | |
parent | b332f55f7b5723a8b08112fb4623d216d009f1e8 (diff) | |
download | tde-packaging-1b9c227b484e7c9be18be2ab748e52c107928cfa.tar.gz tde-packaging-1b9c227b484e7c9be18be2ab748e52c107928cfa.zip |
FreeBSD: Switch to OpenExr >= 3.0.x.
Signed-off-by: Owsjannikow Sergej E. <ose-nt@yandex.ru>
-rw-r--r-- | freebsd/tdegraphics/Makefile | 2 | ||||
-rw-r--r-- | freebsd/tdelibs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/tdegraphics/Makefile b/freebsd/tdegraphics/Makefile index 895cfdb2e..2f83209ac 100644 --- a/freebsd/tdegraphics/Makefile +++ b/freebsd/tdegraphics/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS+=\ libfribidi.so:${PORTSDIR}/converters/fribidi \ libglut.so:${PORTSDIR}/graphics/freeglut \ libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 \ - libIlmImf.so:${PORTSDIR}/graphics/openexr \ + libOpenEXR.so:${PORTSDIR}/graphics/openexr \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libpaper.so:${PORTSDIR}/print/libpaper \ libpoppler.so:${PORTSDIR}/graphics/poppler \ diff --git a/freebsd/tdelibs/Makefile b/freebsd/tdelibs/Makefile index 09cc651a9..5918e635a 100644 --- a/freebsd/tdelibs/Makefile +++ b/freebsd/tdelibs/Makefile @@ -31,7 +31,7 @@ LIB_DEPENDS+=\ libmagic.so:${PORTSDIR}/sysutils/file \ libidn.so:${PORTSDIR}/dns/libidn \ libjasper.so:${PORTSDIR}/graphics/jasper \ - libIlmImf.so:${PORTSDIR}/graphics/openexr \ + libOpenEXR.so:${PORTSDIR}/graphics/openexr \ libtiff.so:${PORTSDIR}/graphics/tiff \ libcups.so:${PORTSDIR}/print/cups \ libfreetype.so:${PORTSDIR}/print/freetype \ |