mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
multimedia/opentimelineio: Pass -DOTIO_DEPENDENCIES_INSTALL=OFF to CMake
With this option turned on the CMake config file ends up referencing the /deps/ subdir, which does not exist, because there are no deps that are actually installed. Reported by: KDE CI
This commit is contained in:
parent
1f640b44a1
commit
42a0e29a8c
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= opentimelineio
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.17.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -22,6 +23,7 @@ GH_PROJECT= OpenTimelineIO
|
|||
GH_TUPLE= Tencent:rapidjson:06d58b9e848c650114556a23294d0b6440078c61:Tencent_rapidjson/src/deps/rapidjson
|
||||
|
||||
CMAKE_ON= OTIO_FIND_IMATH
|
||||
CMAKE_OFF= OTIO_DEPENDENCIES_INSTALL
|
||||
|
||||
PORTSCOUT= limit:^.*[0-9]$$ # should end with a digit to prevent tags like last_pure_python
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue