diff options
author | Owsjannikow Sergej E <[email protected]> | 2021-04-30 00:25:22 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-04-30 00:37:21 +0200 |
commit | 1b9c227b484e7c9be18be2ab748e52c107928cfa (patch) | |
tree | 68606e197659d40fd9aa89910ca21a7e79fa4ede /freebsd/tdelibs | |
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. <[email protected]>
Diffstat (limited to 'freebsd/tdelibs')
-rw-r--r-- | freebsd/tdelibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |