git: 3119e2cc3528 - main - graphics/mesa-gallium-va: Remove libva from LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 12:22:39 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=3119e2cc3528b6b9f710209fbc42da620cdb79c3 commit 3119e2cc3528b6b9f710209fbc42da620cdb79c3 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-04-18 08:48:11 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-04-18 12:22:21 +0000 graphics/mesa-gallium-va: Remove libva from LIB_DEPENDS This port provides a lib for libva to use, not the other way around so add it to BUILD_DEPENDS Differential Revision: https://reviews.freebsd.org/D44829 PR: 278324 Reported by: autodep Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG --- graphics/mesa-gallium-va/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile index e2c1d36bc88f..f32bd2b60da1 100644 --- a/graphics/mesa-gallium-va/Makefile +++ b/graphics/mesa-gallium-va/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa-gallium-va PORTVERSION= ${MESAVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics COMMENT= Mesa Gallium VAAPI drivers @@ -12,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/docs/license.rst ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware -LIB_DEPENDS= libva.so:multimedia/libva \ - libzstd.so:archivers/zstd +BUILD_DEPENDS= libva>=0:multimedia/libva +LIB_DEPENDS= libzstd.so:archivers/zstd USES= llvm:lib,noexport