git: 962683da1b03 - main - graphics/ctl: Add missing dependencies

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 07 Nov 2024 04:08:30 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=962683da1b03225f06e8f2cd61b90bb397c6197c

commit 962683da1b03225f06e8f2cd61b90bb397c6197c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-06 14:39:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-07 04:08:17 +0000

    graphics/ctl: Add missing dependencies
---
 graphics/ctl/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/graphics/ctl/Makefile b/graphics/ctl/Makefile
index 61906b44ae6d..2893f004b773 100644
--- a/graphics/ctl/Makefile
+++ b/graphics/ctl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ctl
 DISTVERSIONPREFIX=	ctl-
 DISTVERSION=	1.5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics lang
 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_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 \
 		libtiff.so:graphics/tiff
 
-USES=		cmake:testing
+USES=		cmake:testing pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ampas