diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-04-11 00:44:26 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-04-12 00:33:40 +0000 |
commit | 581762cb8de91504f0e76cb5f1ef9f6e17576eeb (patch) | |
tree | 08fd44c41cda269dd4726ccd08bd56626a008c1d /graphics/yafaray/Makefile | |
parent | 136cf0c62d8bbf420ca40d06a905819e80b95edf (diff) |
graphics/yafaray: make compatible with OpenEXR/Imath 3.0
Diffstat (limited to 'graphics/yafaray/Makefile')
-rw-r--r-- | graphics/yafaray/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index ee91598859de..53d79228d907 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/Makefile @@ -3,7 +3,7 @@ PORTNAME= yafaray DISTVERSIONPREFIX= v DISTVERSION= 3.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -19,8 +19,8 @@ ONLY_FOR_ARCHS_REASON= assembly is only for amd64 and i386, but it breaks on i38 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ - libHalf.so:graphics/ilmbase \ - libIlmImf.so:graphics/openexr \ + libImath.so:math/Imath \ + libOpenEXR.so:graphics/openexr \ libopencv_photo.so:graphics/opencv \ libopencv_core.so:graphics/opencv \ libpng.so:graphics/png \ |