mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
graphics/ctl: Add missing dependencies
This commit is contained in:
parent
a8a1ae9f32
commit
962683da1b
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= ctl
|
PORTNAME= ctl
|
||||||
DISTVERSIONPREFIX= ctl-
|
DISTVERSIONPREFIX= ctl-
|
||||||
DISTVERSION= 1.5.3
|
DISTVERSION= 1.5.3
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= graphics lang
|
CATEGORIES= graphics lang
|
||||||
PKGNAMESUFFIX= -language
|
PKGNAMESUFFIX= -language
|
||||||
|
|
||||||
|
@ -17,11 +17,12 @@ LICENSE_NAME= Academy of Motion Picture Arts and Sciences (A.M.P.A.S.) license
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
|
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
|
||||||
|
|
||||||
LIB_DEPENDS= libImath.so:math/Imath \
|
LIB_DEPENDS= libAcesContainer.so:graphics/ampasACES-container \
|
||||||
|
libImath.so:math/Imath \
|
||||||
libOpenEXR.so:graphics/openexr \
|
libOpenEXR.so:graphics/openexr \
|
||||||
libtiff.so:graphics/tiff
|
libtiff.so:graphics/tiff
|
||||||
|
|
||||||
USES= cmake:testing
|
USES= cmake:testing pkgconfig
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= ampas
|
GH_ACCOUNT= ampas
|
||||||
|
|
Loading…
Add table
Reference in a new issue