diff options
Diffstat (limited to 'multimedia/opentimelineio/Makefile')
-rw-r--r-- | multimedia/opentimelineio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/opentimelineio/Makefile b/multimedia/opentimelineio/Makefile index ec5f26c14436..5dd60eecf39b 100644 --- a/multimedia/opentimelineio/Makefile +++ b/multimedia/opentimelineio/Makefile @@ -1,7 +1,7 @@ PORTNAME= opentimelineio DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -11,7 +11,7 @@ WWW= https://github.com/PixarAnimationStudios/OpenTimelineIO LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libImath-3_1.so:math/Imath +LIB_DEPENDS= libImath.so:math/Imath USES= cmake:testing compiler:c++14-lang USE_LDCONFIG= yes |