aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-04-18 08:48:11 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-04-30 06:13:41 +0000
commit29da010a24555468ee883f1e42bd8762f9efdb4b (patch)
tree782d0b9329500011d38c6af5ee8b9fe35dbe41b2
parent126c15bad065d59258188f1426ed206b9308551c (diff)
downloadports-29da010a24555468ee883f1e42bd8762f9efdb4b.tar.gz
ports-29da010a24555468ee883f1e42bd8762f9efdb4b.zip
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 (cherry picked from commit 3119e2cc3528b6b9f710209fbc42da620cdb79c3)
-rw-r--r--graphics/mesa-gallium-va/Makefile6
1 files 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