diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2024-10-04 21:22:39 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2024-10-13 13:55:01 +0000 |
| commit | c01c74efa580ae54c2e6028fa191b3e22abeb787 (patch) | |
| tree | cb52ead58928ce5357ab07d638d1f29e7e243903 /multimedia/olive | |
| parent | b5dcd105463fac266d9148ad942e5e7846f8c59f (diff) | |
Diffstat (limited to 'multimedia/olive')
| -rw-r--r-- | multimedia/olive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/olive/Makefile b/multimedia/olive/Makefile index 254bdfd23910..f80f044f0684 100644 --- a/multimedia/olive/Makefile +++ b/multimedia/olive/Makefile @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= frei0r>0:graphics/frei0r LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ - libImath-3_1.so:math/Imath \ + libImath.so:math/Imath \ libOpenColorIO.so:graphics/opencolorio \ - libOpenEXR-3_2.so:graphics/openexr \ + libOpenEXR.so:graphics/openexr \ libOpenImageIO.so:graphics/openimageio \ libportaudio.so:audio/portaudio RUN_DEPENDS= frei0r>0:graphics/frei0r |
