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 \