git: 1da82e8a79c1 - main - graphics/opencollorio: Uses minizip:ng
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jul 2023 12:18:02 UTC
The branch main has been updated by lbartoletti:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1da82e8a79c1bc7ce003a97b62a573ff1481b478
commit 1da82e8a79c1bc7ce003a97b62a573ff1481b478
Author: Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2023-07-28 05:58:28 +0000
Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2023-07-28 12:17:37 +0000
graphics/opencollorio: Uses minizip:ng
Remove LIB_DEPENDS to USES=minizip:ng
---
graphics/opencolorio/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile
index 0e4ea92bca73..f8e620e60278 100644
--- a/graphics/opencolorio/Makefile
+++ b/graphics/opencolorio/Makefile
@@ -19,10 +19,9 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libImath.so:math/Imath \
libpystring.so:devel/pystring \
libyaml-cpp.so:devel/yaml-cpp \
- libminizip-ng.so:archivers/minizip-ng \
libzstd.so:archivers/zstd
USES= alias cmake compiler:c++14-lang localbase:ldflags \
- pkgconfig
+ pkgconfig minizip:ng
USE_GITHUB= yes
GH_ACCOUNT= AcademySoftwareFoundation